mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 07:01:36 +01:00
Added basic install
This commit is contained in:
9
basic_setup/basic_install.sh
Executable file
9
basic_setup/basic_install.sh
Executable file
@@ -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
|
||||
13
other/package_list_desktop_essential.txt
Normal file
13
other/package_list_desktop_essential.txt
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user