#Dotfiles
Dotfiles for various applications.
##Installation:
- Clone repo:
mkdir ~/dotfiles && cd ~/dotfiles
git clone git@github.com:mattfreer/dotfiles.git .
- Create symlinks (Assumes you are using GNU Stow):
stow -d ~/dotfiles spacemacs
stow -d ~/dotfiles vim
stow -d ~/dotfiles tmux
stow -d ~/dotfiles git
stow -d ~/dotfiles ruby
stow -d ~/dotfiles vagrant
stow -d ~/dotfiles boot
stow -d ~/dotfiles lein
- Fetch vim submodules
cd ~/.vim
git submodule init
git submodule update
- Install tmux plugins
cd ~/.tmux/plugins/ && git clone https://github.com/tmux-plugins/tpm
~/.tmux/plugins/tpm/scripts/install_plugins.sh
- To delete (unstow) a package
stow -D lein