This repository contains configuration files for my local Linux rig. The dotfiles are managed by GNU Stow.
Clone the repository:
$ git clone https://github.com/squattingmonk/dotfiles
If you wish to install all the config files, run the install script:
$ dotfiles/install
Otherwise, switch to the repository directory and manually stow the packages you wish to install:
$ cd dotfiles
$ stow bash
$ stow bspwm
$ stow fish
# etc...
Installation will not override any local files or symlinks. If you wish to override your local files, you must delete or move them first.