From 29d72d7a4d5a9c46c0ceba3f3cb31efdad4772c8 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Fri, 20 Nov 2015 23:50:51 -0500 Subject: [PATCH] Add .profile and reorganize git --- etc/.profile | 5 +++++ install.conf.yaml | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 etc/.profile 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/