first commit
This commit is contained in:
commit
d4249a2640
4
README.md
Normal file
4
README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# DOTS - fast setup APT linux system for me
|
||||
This repo - scripts for fast setup my APT Linux distributive from work.
|
||||
|
||||
|
1
setup/home.txt
Normal file
1
setup/home.txt
Normal file
@ -0,0 +1 @@
|
||||
nano flatpak ssh
|
3
setup/pgks-install.sh
Normal file
3
setup/pgks-install.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
sudo apt install $(cat home.txt)
|
||||
sudo apt install $(cat work.txt)
|
1
setup/work.txt
Normal file
1
setup/work.txt
Normal file
@ -0,0 +1 @@
|
||||
vagrant lnav ranger docker docker-compose
|
Loading…
Reference in New Issue
Block a user