aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--].spacemacs0
-rwxr-xr-x[-rw-r--r--]amethyst0
-rwxr-xr-xcommon_move_in.sh6
-rwxr-xr-x[-rw-r--r--]geeklets/epl_table.py0
-rwxr-xr-xos-x_move_in.sh24
-rwxr-xr-x[-rw-r--r--]vim/colors/synic.vim0
-rwxr-xr-x[-rw-r--r--]vim/vimrc0
-rwxr-xr-x[-rw-r--r--]xchat2/colors.conf0
l---------xchat2/enc.py1
-rwxr-xr-x[-rw-r--r--]xchat2/pevents.conf0
-rwxr-xr-x[-rw-r--r--]zshrc28
11 files changed, 38 insertions, 21 deletions
diff --git a/.spacemacs b/.spacemacs
index 8884659..8884659 100644..100755
--- a/.spacemacs
+++ b/.spacemacs
diff --git a/amethyst b/amethyst
index 5631413..5631413 100644..100755
--- a/amethyst
+++ b/amethyst
diff --git a/common_move_in.sh b/common_move_in.sh
index 90e1c95..26eb153 100755
--- a/common_move_in.sh
+++ b/common_move_in.sh
@@ -23,6 +23,12 @@ else
23fi 23fi
24CWD=`pwd` 24CWD=`pwd`
25 25
26if ! [ -e "$HOME/bin"]; then
27 mkdir $HOME/bin/
28 cd $HOME/bin/
29 curl -O http://orgmode.org/worg/code/awk/ical2org.awk
30fi
31
26if ! [ -e "$HOME/.vimrc" ]; then 32if ! [ -e "$HOME/.vimrc" ]; then
27 echo "Linking vim settings..." 33 echo "Linking vim settings..."
28 ln -s $CWD/vim $HOME/.vim 34 ln -s $CWD/vim $HOME/.vim
diff --git a/geeklets/epl_table.py b/geeklets/epl_table.py
index 5251bac..5251bac 100644..100755
--- a/geeklets/epl_table.py
+++ b/geeklets/epl_table.py
diff --git a/os-x_move_in.sh b/os-x_move_in.sh
index 203ad79..8b16c6a 100755
--- a/os-x_move_in.sh
+++ b/os-x_move_in.sh
@@ -30,20 +30,17 @@ else
30 brew cask install \ 30 brew cask install \
31 alfred \ 31 alfred \
32 caffeine \ 32 caffeine \
33 clipmenu \
34 dash \ 33 dash \
35 displaylink \ 34 displaylink \
36 evernote \ 35 evernote \
37 gfxcardstatus \ 36 gfxcardstatus \
38 google-chrome \ 37 google-chrome \
39 intellij-idea \
40 iterm2 \ 38 iterm2 \
41 itsycal \ 39 itsycal \
42 lastpass \ 40 lastpass \
43 nicecast \ 41 nicecast \
44 mou \ 42 mou \
45 musicbrainz-picard \ 43 musicbrainz-picard \
46 p4merge \
47 rescuetime \ 44 rescuetime \
48 spamsieve \ 45 spamsieve \
49 steam \ 46 steam \
@@ -57,11 +54,22 @@ else
57 vmware-fusion 54 vmware-fusion
58 55
59 brew install \ 56 brew install \
60 git \ 57 git \
61 mercurial \ 58 git-extras \
62 pt \ 59 mercurial \
63 ag \ 60 pt \
64 ack 61 the_silver_searcher \
62 ack \
63 procmail \
64 fetchmail \
65 msmtp \
66 editorconfig \
67 direnv \
68 w3m \
69 tmux \
70 nmap \
71 gnutls \
72 hunspell
65 73
66 brew install --HEAD mobile-shell 74 brew install --HEAD mobile-shell
67 75
diff --git a/vim/colors/synic.vim b/vim/colors/synic.vim
index 719a529..719a529 100644..100755
--- a/vim/colors/synic.vim
+++ b/vim/colors/synic.vim
diff --git a/vim/vimrc b/vim/vimrc
index 4e1757c..4e1757c 100644..100755
--- a/vim/vimrc
+++ b/vim/vimrc
diff --git a/xchat2/colors.conf b/xchat2/colors.conf
index b591713..b591713 100644..100755
--- a/xchat2/colors.conf
+++ b/xchat2/colors.conf
diff --git a/xchat2/enc.py b/xchat2/enc.py
deleted file mode 120000
index 61623bb..0000000
--- a/xchat2/enc.py
+++ /dev/null
@@ -1 +0,0 @@
1/home/jason/Code/enc/enc.py \ No newline at end of file
diff --git a/xchat2/pevents.conf b/xchat2/pevents.conf
index ff5afde..ff5afde 100644..100755
--- a/xchat2/pevents.conf
+++ b/xchat2/pevents.conf
diff --git a/zshrc b/zshrc
index 5d0fe6d..5d7dfde 100644..100755
--- a/zshrc
+++ b/zshrc
@@ -1,6 +1,5 @@
1# Path to your oh-my-zsh installation. 1# Path to your oh-my-zsh installation.
2 2
3
4# Set name of the theme to load. 3# Set name of the theme to load.
5# Look in ~/.oh-my-zsh/themes/ 4# Look in ~/.oh-my-zsh/themes/
6# Optionally, if you set this to "random", it'll load a random theme each 5# Optionally, if you set this to "random", it'll load a random theme each
@@ -54,7 +53,9 @@ ZSH=~/.oh-my-zsh
54 53
55source $ZSH/oh-my-zsh.sh 54source $ZSH/oh-my-zsh.sh
56 55
57export PATH="~/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin" 56export RUST_SRC_PATH="$HOME/Code/rust-lang/src"
57
58export PATH="$HOME/bin:$HOME/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/games"
58export MANPATH="/usr/local/man:$MANPATH" 59export MANPATH="/usr/local/man:$MANPATH"
59 60
60export LANG=en_US.UTF-8 61export LANG=en_US.UTF-8
@@ -65,12 +66,12 @@ export LANG=en_US.UTF-8
65# else 66# else
66# export EDITOR='mvim' 67# export EDITOR='mvim'
67# fi 68# fi
68export EDITOR='/Applications/Emacs\ 25.app/Contents/MacOS/bin/emacsclient' 69#export EDITOR='/Applications/Emacs\ 25.app/Contents/MacOS/bin/emacsclient'
70export EDITOR='emacsclient'
69 71
70# Compilation flags 72# Compilation flags
71# export ARCHFLAGS="-arch x86_64" 73# export ARCHFLAGS="-arch x86_64"
72 74
73# export PATH="/usr/local/Cellar/python/2.7.9/bin:/usr/local/opt/go/libexec/bin:/usr/local/heroku/bin:$PATH"
74export VAGRANT_DOTFILE_PATH=~/.vagrant.d/projects 75export VAGRANT_DOTFILE_PATH=~/.vagrant.d/projects
75 76
76#export SSL_CERT_FILE=/usr/local/opt/curl-ca-bundle/share/ca-bundle.crt 77#export SSL_CERT_FILE=/usr/local/opt/curl-ca-bundle/share/ca-bundle.crt
@@ -79,16 +80,19 @@ alias fixfileperm='find /music -type f -exec chmod 0644 {} \;'
79alias cleanbranches='git branch --merged | grep -v "\*" | xargs -n 1 git branch -d; git branch -r --merged master | grep -iv "master" | sed "s/origin\///" | xargs -n 1 git push --delete origin' 80alias cleanbranches='git branch --merged | grep -v "\*" | xargs -n 1 git branch -d; git branch -r --merged master | grep -iv "master" | sed "s/origin\///" | xargs -n 1 git push --delete origin'
80alias bib='source ~/.virtualenvs/bib/bin/activate' 81alias bib='source ~/.virtualenvs/bib/bin/activate'
81alias ducks='du -cks * |sort -rn |head -11' 82alias ducks='du -cks * |sort -rn |head -11'
82source /usr/local/bin/virtualenvwrapper_lazy.sh 83source /usr/share/virtualenvwrapper/virtualenvwrapper.sh
83
84PATH="/Users/jason/perl5/bin${PATH+:}${PATH}"; export PATH;
85PERL5LIB="/Users/jason/perl5/lib/perl5${PERL5LIB+:}${PERL5LIB}"; export PERL5LIB;
86PERL_LOCAL_LIB_ROOT="/Users/jason/perl5${PERL_LOCAL_LIB_ROOT+:}${PERL_LOCAL_LIB_ROOT}"; export PERL_LOCAL_LIB_ROOT;
87PERL_MB_OPT="--install_base \"/Users/jason/perl5\""; export PERL_MB_OPT;
88PERL_MM_OPT="INSTALL_BASE=/Users/jason/perl5"; export PERL_MM_OPT;
89 84
90# emacsclient is a script located in ~/bin 85# emacsclient is a script located in ~/bin
91alias emacs='emacsclient -nw' 86alias emacs='emacsclient -nw'
92alias dc='docker-compose' 87alias dc='docker-compose'
93. ~/.cargo/env 88#. ~/.cargo/env
94eval "$(direnv hook zsh)" 89eval "$(direnv hook zsh)"
90
91if [ -f "${HOME}/.gpg-agent-info" ]; then
92 . "${HOME}/.gpg-agent-info"
93 export GPG_AGENT_INFO
94 export SSH_AUTH_SOCK
95fi
96export GPG_TTY=$(tty)
97export COMPOSE_HTTP_TIMEOUT=600
98export DOCKER_CLIENT_TIMEOUT=120