mirror of
https://github.com/FAUSheppy/config
synced 2025-12-07 15:31:35 +01:00
Merge branch 'master' of gitlab.cs.fau.de:ik15ydit/config
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
|
||||
@@ -1,4 +0,0 @@
|
||||
mv ~/config/ ~/.config/
|
||||
~/.config/basic-setup/install.sh
|
||||
~/.config/basic-setup/symlinks.sh
|
||||
echo All Done.
|
||||
@@ -1,14 +0,0 @@
|
||||
#deb cdrom:[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 CD Binary-1 20160917-14:25]/ jessie main
|
||||
|
||||
deb http://ftp.uni-erlangen.de/debian/ jessie main contrib
|
||||
#deb-src http://ftp.uni-erlangen.de/debian/ jessie main
|
||||
|
||||
deb http://security.debian.org/ jessie/updates main
|
||||
#deb-src http://security.debian.org/ jessie/updates main
|
||||
|
||||
# jessie-updates, previously known as 'volatile'
|
||||
deb http://ftp.uni-erlangen.de/debian/ jessie-updates main
|
||||
#deb-src http://ftp.uni-erlangen.de/debian/ jessie-updates main
|
||||
|
||||
#backports
|
||||
deb http://ftp.debian.org/debian jessie-backports main
|
||||
@@ -41,7 +41,7 @@ fi
|
||||
|
||||
######### GENERAL SETUP #########
|
||||
### Start Pythonscripts ###
|
||||
~/.config/herbstluftwm/hl_pracct_deamon.py &
|
||||
~/.config/herbstluftwm/hl_status_deamon.py &
|
||||
|
||||
# keybindings
|
||||
#client handling
|
||||
|
||||
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