1
0
Fork 0

Initial commit

dotbot, X, emacs, zsh, i3
This commit is contained in:
Jeremy Kaplan 2015-09-04 22:53:17 -04:00
commit c154ac3f7c
17 changed files with 2241 additions and 0 deletions

5
zsh/.profile Normal file
View file

@ -0,0 +1,5 @@
export EDITOR='emacsclient --alternate-editor="" --tty'
export VISUAL=$EDITOR
export WORKON_HOME=$HOME/.virtualenvs
source /usr/bin/virtualenvwrapper.sh