#dotfiles
Various configuration files for archlinux, shamelessly stolen from around the internet.
##How to install
- install stow
- clone the repository into
~/dotfiles
- run
stow <package>
to symlink all configuration files for that package into the relevant subdirectory in $HOME (e.g.stow compton
will symlinkcompton.conf
to~/.config/compton.conf
More information about using stow
to manage your dotfiles can be found
here