diff --git a/basic_setup/basic_install.sh b/basic_setup/basic_install.sh new file mode 100755 index 0000000..dae5c75 --- /dev/null +++ b/basic_setup/basic_install.sh @@ -0,0 +1,9 @@ +su +mv ~/.config/basic_setup/sources.list /etc/apt/sources.list +apt update +apt upgrade --asume-yes +cat ../other/package_list_desktop_essential.txt | while read line +do + apt install --no-install-recommends --assume-yes $line +done +exit diff --git a/basic_setup/install.sh b/basic_setup/full_install.sh similarity index 100% rename from basic_setup/install.sh rename to basic_setup/full_install.sh diff --git a/other/package_list_desktop_essential.txt b/other/package_list_desktop_essential.txt new file mode 100644 index 0000000..f385d53 --- /dev/null +++ b/other/package_list_desktop_essential.txt @@ -0,0 +1,13 @@ +chromium ;#internet +dzen2 ;#used for herbsluftclient panel +herbstluftwm ;#windowmanager +htop ;#taskmanager +i3lock ;#screenlock +katarakt ;#simple and performant pdfviewer +pulseaudio ;#sound +rxvt-unicode-256color ;#terminal-emulator +sudo ;#execute as root +tmux ;#terminal multiplexer (multiple terminals within one) +usbutils ;#usefullshit for usbdevices +vim-nox ;#good consol texeditor with script support +zsh ;#much better shell than bash