diff --git a/etc/.profile b/etc/.profile new file mode 100644 index 0000000..3c0f822 --- /dev/null +++ b/etc/.profile @@ -0,0 +1,5 @@ +export EDITOR='emacsclient --alternate-editor="" --tty' +export VISUAL=$EDITOR + +export WORKON_HOME=$HOME/.virtualenvs +source /usr/bin/virtualenvwrapper.sh diff --git a/install.conf.yaml b/install.conf.yaml index 4e65caa..ca24b53 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -7,10 +7,12 @@ ~/.config/zsh: zsh/ ~/.zshrc: zsh/.zshrc ~/.hgrc: hg/.hgrc - ~/.config/git/config: git/config + ~/.config/git: git ~/.vim: vim/ ~/.vimrc: vim/.vimrc ~/.mbsyncrc: isync/.mbsyncrc ~/.pentadactylrc: pentadactyl/.pentadactylrc ~/.Xresources: X/.Xresources ~/.Xdefaults: X/.Xdefaults + ~/.profile: etc/.profile + ~/.sup: sup/