diff --git a/bash/.bash_aliases.macosx b/bash/.bash_aliases.macosx index ceb548b..7ece312 100644 --- a/bash/.bash_aliases.macosx +++ b/bash/.bash_aliases.macosx @@ -36,18 +36,11 @@ alias glola="git lola" # Dir shortcuts alias gh="cd ~/programming/github" -alias tlbn="cd ~/programming/tlbninjas" +alias tlb="cd ~/programming/tlbninjas" # Editors alias ec="emacsclient" alias ovim="open -a ~/Applications/MacVim.app $1" -# MySQL -alias mysqld_load="launchctl load -w ~/Library/LaunchAgents/com.mysql.mysqld.plist" -alias mysqld_unload="launchctl unload -w ~/Library/LaunchAgents/com.mysql.mysqld.plist" - -# Mixbook -alias mixbook_deploy="pdsh -w app[1-6].mixbook.com -l neuro \"sudo service chef-client restart && tail -f /var/log/chef/client.log\"" - # Synergy alias synergys_server="/usr/bin/synergys --config ~/.synergy.conf --daemon --log ~/.synergy.log --restart" diff --git a/bash/.bash_aliases.ubuntu b/bash/.bash_aliases.ubuntu index 54e8c6e..8f26812 100644 --- a/bash/.bash_aliases.ubuntu +++ b/bash/.bash_aliases.ubuntu @@ -29,6 +29,8 @@ alias gst="git st" alias glol="git lol" alias glola="git lola" +# Firefox Development +alias ffdev="firefox -P dev -no-remote -purgecaches" # Twidge alias tweetsn="twidge lsrecent -su" @@ -37,10 +39,7 @@ alias agi="sudo apt-get -y install" # Dir shortcuts alias gh="cd ~/programming/github" -# Mixbook -alias mb="cd ~/programming/mixbook" -alias mbchef="cd ~/programming/mixbook/chef-repo; rvm gemset use chefdev" -alias mbcom="cd ~/programming/mixbook/mixbook_com; rvm gemset use mixbook_com" +alias tlb="cd ~/programming/tlbninjas" # Editors alias ec="emacsclient" diff --git a/bash/.bashrc-linux.ubuntu b/bash/.bashrc-linux.ubuntu index 2b8a0e3..8897268 100644 --- a/bash/.bashrc-linux.ubuntu +++ b/bash/.bashrc-linux.ubuntu @@ -90,3 +90,5 @@ if [ $TERM == "screen" ]; then echo -ne "\ek${HOSTNAME}\e\\"; fi + +[[ -s "/home/neuro/.rvm/scripts/rvm" ]] && source "/home/neuro/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* diff --git a/conky/.conkyrc.ubuntu b/conky/.conkyrc.ubuntu index 0a8a4d2..2fb841f 100644 --- a/conky/.conkyrc.ubuntu +++ b/conky/.conkyrc.ubuntu @@ -1,4 +1,4 @@ -alignment top_right +alignment bottom_left background yes border_width 1 cpu_avg_samples 2 diff --git a/create_symlinks.sh b/create_symlinks.sh old mode 100644 new mode 100755 index 20dd671..832f46f --- a/create_symlinks.sh +++ b/create_symlinks.sh @@ -27,8 +27,8 @@ if [ $system_type == "Darwin" ]; then # Emacs ln -snf $PWD/editors/emacs/.emacs.$system_type ~/.emacs - ln -snf $PWD/editors/emacs/.emacs.d/plugins ~/.emacs.d/plugins + mkdir ~/.emacs.d; ln -snf $PWD/editors/emacs/.emacs.d/plugins ~/.emacs.d/plugins # Tmux ln -snf $PWD/tmux/.tmux.conf.$system_type ~/.tmux.conf -fi \ No newline at end of file +fi diff --git a/editors/vim/.vimrc-linux.ubuntu b/editors/vim/.vimrc-linux.ubuntu index e6d2d24..a94bfbc 100644 --- a/editors/vim/.vimrc-linux.ubuntu +++ b/editors/vim/.vimrc-linux.ubuntu @@ -28,6 +28,7 @@ set wildmode=list:longest,full " Mouse hotness in console if has("mouse") set mouse=a + set nomousehide endif " Omni Complete @@ -35,7 +36,7 @@ let g:rubycomplete_rails = 1 " Set the GUI Font if has("gui") - set guifont=lime\ 9 + set guifont=drift\ 11 set t_Co=256 " many pretty colors colorscheme vividchalk else diff --git a/synergy/.synergy-home.conf b/synergy/.synergy-home.conf index 30b2224..0d00726 100644 --- a/synergy/.synergy-home.conf +++ b/synergy/.synergy-home.conf @@ -1,13 +1,13 @@ section: screens - prometheus: - zeus: + adones: + hercules: end section: links - prometheus: - right = zeus - zeus: - left = prometheus + adones: + left = hercules + hercules: + right = adones end section: options diff --git a/tmux/.tmux.conf.ubuntu b/tmux/.tmux.conf.ubuntu index bc904e5..6e236f5 100644 --- a/tmux/.tmux.conf.ubuntu +++ b/tmux/.tmux.conf.ubuntu @@ -3,7 +3,7 @@ set-option -g lock-server off set-option -g status-bg blue # set-option -g default-terminal "screen-256color" -set-option -g mouse-select-pane on +#set-option -g mouse-select-pane on set-option -g status-keys vi #set-option -g bell-action any set-option -g set-titles on diff --git a/xmodmap/.xmodmaprc b/xmodmap/.xmodmaprc index 0dd48fe..10d108a 100644 --- a/xmodmap/.xmodmaprc +++ b/xmodmap/.xmodmaprc @@ -1,6 +1,10 @@ +! Mouse settings +! mac style scrolling +pointer = 1 2 3 5 4 6 7 8 9 10 11 12 13 14 + +! Make caps lock left control remove Lock = Caps_Lock remove Control = Control_L keysym Caps_Lock = Control_L add Lock = Caps_Lock add Control = Control_L -