Crafting a digital home, one dotfile at a time.
This dotfiles repo contains configurations and customizations for bash, awesome, vim, git and some other tools I use frequently for my very own needs. YMMV.
git clone https://github.com/skoenig/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh
This 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