commit d4249a2640ab6a031a3f07ad6f4d97d1bcbda6b4 Author: nothing Date: Thu Nov 2 22:00:22 2023 +0300 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..46656b2 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# DOTS - fast setup APT linux system for me +This repo - scripts for fast setup my APT Linux distributive from work. + + \ No newline at end of file diff --git a/setup/home.txt b/setup/home.txt new file mode 100644 index 0000000..775648b --- /dev/null +++ b/setup/home.txt @@ -0,0 +1 @@ +nano flatpak ssh \ No newline at end of file diff --git a/setup/pgks-install.sh b/setup/pgks-install.sh new file mode 100644 index 0000000..2dc11b1 --- /dev/null +++ b/setup/pgks-install.sh @@ -0,0 +1,3 @@ +#!/bin/bash +sudo apt install $(cat home.txt) +sudo apt install $(cat work.txt) \ No newline at end of file diff --git a/setup/work.txt b/setup/work.txt new file mode 100644 index 0000000..eb466eb --- /dev/null +++ b/setup/work.txt @@ -0,0 +1 @@ +vagrant lnav ranger docker docker-compose \ No newline at end of file