Daeinar / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles: collection of various config files


setup notes

zsh
ln -s /path/to/dotfiles/.zshrc ~/.zshrc
ln -s /path/to/dotfiles/.zsh ~/.zsh
vim
ln -s /path/to/dotfiles/.vimrc ~/.vimrc
ln -s /path/to/dotfiles/.vim ~/.vim
git submodule update --init
tmux (non OS X)
ln -s /path/to/dotfiles/.tmux.conf ~/.tmux.conf
tmux (OS X)
ln -s /path/to/dotfiles/.tmux-osx.conf ~/.tmux.conf
ln -s /path/to/dotfiles/.tmux.conf ~/.tmux-default.conf

git

ln -s /path/to/dotfiles/.gitconfig ~/.gitconfig

About


Languages

Language:Shell 68.3%Language:Vim Script 27.1%Language:Ruby 2.4%Language:Vim Snippet 2.3%