diff options
| author | jason | 2017-01-05 20:41:26 -0700 |
|---|---|---|
| committer | jason | 2017-01-05 20:41:26 -0700 |
| commit | cf5374f7027ecd6bed75f9e855c2ec66c0c08ec4 (patch) | |
| tree | 1eba27d52b3a21c180d956c716b06d8e9f659974 | |
| parent | cbeadb244d3da830f4039ee1642cc2059b27a5f7 (diff) | |
| download | dotfiles-cf5374f7027ecd6bed75f9e855c2ec66c0c08ec4.tar.gz dotfiles-cf5374f7027ecd6bed75f9e855c2ec66c0c08ec4.zip | |
Updates to things
| -rwxr-xr-x[-rw-r--r--] | .spacemacs | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | amethyst | 0 | ||||
| -rwxr-xr-x | common_move_in.sh | 6 | ||||
| -rwxr-xr-x[-rw-r--r--] | geeklets/epl_table.py | 0 | ||||
| -rwxr-xr-x | os-x_move_in.sh | 24 | ||||
| -rwxr-xr-x[-rw-r--r--] | vim/colors/synic.vim | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | vim/vimrc | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | xchat2/colors.conf | 0 | ||||
| l--------- | xchat2/enc.py | 1 | ||||
| -rwxr-xr-x[-rw-r--r--] | xchat2/pevents.conf | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | zshrc | 28 |
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/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 | |||
| 23 | fi | 23 | fi |
| 24 | CWD=`pwd` | 24 | CWD=`pwd` |
| 25 | 25 | ||
| 26 | if ! [ -e "$HOME/bin"]; then | ||
| 27 | mkdir $HOME/bin/ | ||
| 28 | cd $HOME/bin/ | ||
| 29 | curl -O http://orgmode.org/worg/code/awk/ical2org.awk | ||
| 30 | fi | ||
| 31 | |||
| 26 | if ! [ -e "$HOME/.vimrc" ]; then | 32 | if ! [ -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/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 | |||
| @@ -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 | ||
| 55 | source $ZSH/oh-my-zsh.sh | 54 | source $ZSH/oh-my-zsh.sh |
| 56 | 55 | ||
| 57 | export PATH="~/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/MacGPG2/bin" | 56 | export RUST_SRC_PATH="$HOME/Code/rust-lang/src" |
| 57 | |||
| 58 | export PATH="$HOME/bin:$HOME/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/games" | ||
| 58 | export MANPATH="/usr/local/man:$MANPATH" | 59 | export MANPATH="/usr/local/man:$MANPATH" |
| 59 | 60 | ||
| 60 | export LANG=en_US.UTF-8 | 61 | export 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 |
| 68 | export EDITOR='/Applications/Emacs\ 25.app/Contents/MacOS/bin/emacsclient' | 69 | #export EDITOR='/Applications/Emacs\ 25.app/Contents/MacOS/bin/emacsclient' |
| 70 | export 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" | ||
| 74 | export VAGRANT_DOTFILE_PATH=~/.vagrant.d/projects | 75 | export 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 {} \;' | |||
| 79 | alias 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' | 80 | alias 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' |
| 80 | alias bib='source ~/.virtualenvs/bib/bin/activate' | 81 | alias bib='source ~/.virtualenvs/bib/bin/activate' |
| 81 | alias ducks='du -cks * |sort -rn |head -11' | 82 | alias ducks='du -cks * |sort -rn |head -11' |
| 82 | source /usr/local/bin/virtualenvwrapper_lazy.sh | 83 | source /usr/share/virtualenvwrapper/virtualenvwrapper.sh |
| 83 | |||
| 84 | PATH="/Users/jason/perl5/bin${PATH+:}${PATH}"; export PATH; | ||
| 85 | PERL5LIB="/Users/jason/perl5/lib/perl5${PERL5LIB+:}${PERL5LIB}"; export PERL5LIB; | ||
| 86 | PERL_LOCAL_LIB_ROOT="/Users/jason/perl5${PERL_LOCAL_LIB_ROOT+:}${PERL_LOCAL_LIB_ROOT}"; export PERL_LOCAL_LIB_ROOT; | ||
| 87 | PERL_MB_OPT="--install_base \"/Users/jason/perl5\""; export PERL_MB_OPT; | ||
| 88 | PERL_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 |
| 91 | alias emacs='emacsclient -nw' | 86 | alias emacs='emacsclient -nw' |
| 92 | alias dc='docker-compose' | 87 | alias dc='docker-compose' |
| 93 | . ~/.cargo/env | 88 | #. ~/.cargo/env |
| 94 | eval "$(direnv hook zsh)" | 89 | eval "$(direnv hook zsh)" |
| 90 | |||
| 91 | if [ -f "${HOME}/.gpg-agent-info" ]; then | ||
| 92 | . "${HOME}/.gpg-agent-info" | ||
| 93 | export GPG_AGENT_INFO | ||
| 94 | export SSH_AUTH_SOCK | ||
| 95 | fi | ||
| 96 | export GPG_TTY=$(tty) | ||
| 97 | export COMPOSE_HTTP_TIMEOUT=600 | ||
| 98 | export DOCKER_CLIENT_TIMEOUT=120 | ||