add direnv; also global gitignore in the homedir
This commit is contained in:
parent
990b0d11fb
commit
c89609766b
3 changed files with 5 additions and 0 deletions
|
|
@ -10,3 +10,5 @@
|
|||
fa = fetch --all
|
||||
[push]
|
||||
default = simple
|
||||
[core]
|
||||
excludesfile = ~/.gitignore
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -31,3 +31,5 @@ compinit
|
|||
|
||||
zle -N fancy-ctrl-z
|
||||
bindkey '^Z' fancy-ctrl-z
|
||||
|
||||
eval "$(direnv hook zsh)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue