Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 680 Bytes

README.md

File metadata and controls

53 lines (36 loc) · 680 Bytes

dotfiles

vim

Add this to ~/.vimrc

set runtimepath^=$HOME/dotfiles/vim
runtime vimrc

command-t

Command-T needs to be compiled

cd vim/bundle/command-t/ruby/command-t
make clean
ruby extconf.rb
make

shell

Add this to ~/.zshrc

source $HOME/dotfiles/shell/zshrc

oh-my-ssh

apt-get install zsh
# chsh -s /bin/zsh [username]
curl -L http://install.ohmyz.sh | sh

zsh theme

cp ./shell/zsh/themes/bryankendall.zsh-theme ~/.oh-my-zsh/themes/

git

Copy the contents of ./git to $HOME

cp ./git/.git* $HOME

Need to replace some of the configuration values in $HOME/.gitconfig