This commit is contained in:
Tyrel Souza 2017-04-26 23:06:27 -04:00
parent ef338dbf97
commit 83c3ecf006
No known key found for this signature in database
GPG Key ID: 2EECB5087209E6A5
2 changed files with 5 additions and 1 deletions

View File

@ -40,8 +40,9 @@ ln -s $(pwd)/vimrc ~/.vimrc
ln -s $(pwd)/zshrc ~/.zshrc
ln -s $(pwd)/pythonstartup.py ~/.pythonstartup.py
ln -s $(pwd)/zprofile ~/.zprofile
ln -s $(pwd)/zpreztorc ~/.zpreztorc
ln -s $(pwd)/zprofile.local ~/.zprofile.local
ln -s $(pwd)/zpreztorc ~/.zpreztorc
ln -s /Users/tyrel/.zprezto/runcoms/zlogin ~/.zlogin
ln -s /Users/tyrel/.zprezto/runcoms/zlogout ~/.zlogout
ln -s /Users/tyrel/.zprezto/runcoms/zshenv ~/.zshenv

View File

@ -1,4 +1,7 @@
#!/usr/local/bin/zsh
export EDITOR=vim
export VISUAL=vim
export GOPATH=$HOME/go
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8