Skip to content

bkendall/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published