Crafting a digital home, one dotfile at a time.
This dotfiles repo contains configurations and customizations for bash, awesomewm, vim, git and some other tools I use frequently. YMMV.
git clone https://github.com/skoenig/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.shThis will symlink the appropriate files in ~/.dotfiles to your home directory.
After this, initilize the submodules that contain awesomewm extras:
git submodule init
gut submodule update