add direnv; also global gitignore in the homedir

This commit is contained in:
Haak Saxberg 2015-11-11 19:54:30 -08:00
parent 990b0d11fb
commit c89609766b
3 changed files with 5 additions and 0 deletions

View file

@ -10,3 +10,5 @@
fa = fetch --all
[push]
default = simple
[core]
excludesfile = ~/.gitignore

View file

@ -13,6 +13,7 @@ grab_dependencies() {
user_command brew install caskroom/cask/brew-cask
user_command brew install tmux
user_command brew install ag
user_command brew install direnv
user_command brew cask install hammerspoon
user_command brew cask install karabiner
user_command brew cask install seil

View file

@ -31,3 +31,5 @@ compinit
zle -N fancy-ctrl-z
bindkey '^Z' fancy-ctrl-z
eval "$(direnv hook zsh)"