Merge branch 'master' of gitlab.cs.fau.de:ik15ydit/config

This commit is contained in:
Sheppy
2017-05-25 20:05:52 +02:00
6 changed files with 23 additions and 19 deletions

9
basic_setup/basic_install.sh Executable file
View 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

View File

@@ -1,4 +0,0 @@
mv ~/config/ ~/.config/
~/.config/basic-setup/install.sh
~/.config/basic-setup/symlinks.sh
echo All Done.

View File

@@ -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

View File

@@ -41,7 +41,7 @@ fi
######### GENERAL SETUP #########
### Start Pythonscripts ###
~/.config/herbstluftwm/hl_pracct_deamon.py &
~/.config/herbstluftwm/hl_status_deamon.py &
# keybindings
#client handling

View 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