mattfreer / dotfiles

Dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Dotfiles

Dotfiles for various applications.

##Installation:

  1. Clone repo:
  mkdir ~/dotfiles && cd ~/dotfiles
  git clone git@github.com:mattfreer/dotfiles.git .
  1. 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
  1. Fetch vim submodules
cd ~/.vim
git submodule init
git submodule update
  1. Install tmux plugins
cd ~/.tmux/plugins/ && git clone https://github.com/tmux-plugins/tpm
~/.tmux/plugins/tpm/scripts/install_plugins.sh
  1. To delete (unstow) a package
stow -D lein

About

Dotfiles


Languages

Language:Emacs Lisp 55.7%Language:Vim Script 31.5%Language:Vim Snippet 10.7%Language:Clojure 1.4%Language:Shell 0.6%