Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Papperello committed Jun 12, 2018
2 parents e8b6323 + ad5b717 commit 8855f81
Show file tree
Hide file tree
Showing 257 changed files with 2,538 additions and 25,408 deletions.
2 changes: 1 addition & 1 deletion bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ec2-info() {
}
export EDITOR=vim
export GOPATH=$HOME/code/go
export PATH=$HOME/bin:/usr/local/go/bin:$HOME/perl5/bin:/usr/sbin/:$GOPATH/bin:$HOME/bin/vim/vim-8.0.1481/bin/bin/:$HOME/Library/Python/2.7/bin:$PATH
export PATH=$HOME/bin:$HOME/bin/fzf/bin/:$HOME/gobin/go/bin/:/usr/local/go/bin:$HOME/perl5/bin:/usr/sbin/:$GOPATH/bin:$HOME/Library/Python/2.7/bin:$HOME/bin/vim/vim-8.0.1481/bin/bin/:$PATH
[ -f $HOME/perl5/lib/perl5/Devel/Local.pm ] && source `which devel-local.sh`
function github() {
git clone [email protected]:SocialFlowDev/$1.git
Expand Down
8 changes: 1 addition & 7 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ DIR="$(pwd)"
ln -sf "$DIR/jsbeautifyrc" "$HOME/.jsbeautifyrc"
ln -sf "$DIR/jshintrc" "$HOME/.jshintrc"
mkdir -p "$HOME/.vim/colors"
mkdir -p "$HOME/.vim/plugin"
mkdir -p "$HOME/.vim/autoload"
mkdir -p "$HOME/.ssh"
ln -sf "$DIR/ssh-config" "$HOME/.ssh/config"
ln -sf "$DIR/vim-colors/molokaimod.vim" "$HOME/.vim/colors/molokaimod.vim"
ln -sf "$DIR/vim-plugin/ack.vim" "$HOME/.vim/plugin/ack.vim"
ln -sf "$DIR/vim-plugin/openssl.vim" "$HOME/.vim/plugin/openssl.vim"
ln -sf "$DIR/vim-plugin/gnupg.vim" "$HOME/.vim/plugin/gnupg.vim"
ln -sf "$DIR/vim-autoload/pathogen.vim" "$HOME/.vim/autoload/pathogen.vim"
ln -sf "$DIR/vim-bundle" "$HOME/.vim/bundle"
ln -sf "$DIR/vim-autoload" "$HOME/.vim/autoload"
2 changes: 1 addition & 1 deletion ssh-config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Host *.mars.sfsrv.net
Host *.saturn.sfsrv.net
User appuser
ConnectTimeout 30
#ProxyCommand docker exec -i saturnvpn nc -q0 %h %p 2>/dev/null
ProxyCommand docker exec -i saturnvpn nc -q0 %h %p 2>/dev/null
StrictHostKeyChecking false
KbdInteractiveAuthentication false

Expand Down
2 changes: 1 addition & 1 deletion tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ bind k next-window

unbind @
bind @ command-prompt -p "join pane to:" "join-pane -t '%%'"
set-option -g default-command "reattach-to-user-namespace -l bash"
if-shell "uname | grep -q Darwin" "set-option -g default-command \"reattach-to-user-namespace -l bash\""

347 changes: 0 additions & 347 deletions vim-autoload/pathogen.vim

This file was deleted.

Loading

0 comments on commit 8855f81

Please sign in to comment.