this dotfiles repo is heavily inspired by
#Grab it
git clone git://github.com/voidstarr/dotfiles.git
#TODOs
- clean up bash files
- merge x/Xdefaults into x/Xresources
- finish setup.sh
- sources.list configuration
- sudo configuration?
- redo screwy xinitrc and bash_profile printf creation
- awesome/rc.lua
- complete README.md with code snippets
#Starting from fresh install
- su
- Remove cdrom entries from /etc/apt/sources.list
- apt-get update && apt-get dist-upgrade -y
- apt-get remove vi -y
- apt-get -y install vim sudo screen xorg awesome awesome-extra pavucontrol xclip git rxvt-unicode-256color
- Drop su
- Copy some configs
cp <repo location>/x/xinit ~/.xinit
cp <repo location>/bash/bash_profile ~/.bash_profile
mkdir -p ~/.config/awesome
cp <repo location>/awesome/rc.lua ~/.config/awesome
#Nvidia drivers
su
apt-get -y install steam
bash NVIDIA-driver-package.run
reboot