Froze in latest git-completion.bash, fixed references in bash_profile to use ~/.dotfiles

This commit is contained in:
yan
2011-11-18 12:53:07 -06:00
parent 554c136c77
commit 75bbacbf6b
4 changed files with 2293 additions and 4 deletions

View File

@@ -84,10 +84,18 @@ for good text editing features across the entire OS. To install:
git submodule update git submodule update
mkdir -p ~/Library/KeyBindings mkdir -p ~/Library/KeyBindings
ln -s KeyBindings/DefaultKeyBinding.dict ~/Library/KeyBindings/ ln -s KeyBindings/DefaultKeyBinding.dict ~/Library/KeyBindings/DefaultKeyBindings.dict
More info: http://brettterpstra.com/keybinding-madness/ More info: http://brettterpstra.com/keybinding-madness/
other OSX Insane Productivity tools I use
---
* NValt - Notational Velocity alternative fork - http://brettterpstra.com/project/nvalt/
Dirt simple note taking, syncs to simplenote, supports all kinds of fun things like @done for todos
* Safari Snipe extension - find an open tab. Map it to "Ctrl-/" for ultimate vim-style happiness
http://safariextensions.tumblr.com/post/3681229291/snipe-03-06-11
Credits Credits
=== ===
I can't take credit for all of this. The vim files are a combination of I can't take credit for all of this. The vim files are a combination of

View File

@@ -92,3 +92,8 @@ alias sudo='sudo '
# Gem install # Gem install
alias sgi='sudo gem install --no-ri --no-rdoc' alias sgi='sudo gem install --no-ri --no-rdoc'
# TODOS
# This uses NValt (NotationalVelocity alt fork) - http://brettterpstra.com/project/nvalt/
# to find the note called 'todo'
alias todo='open nvalt://find/todo'

View File

@@ -4,8 +4,8 @@ if [ -e ~/.secrets ]; then
fi fi
# Load git completion # Load git completion
. ~/dev/bin/git-completion.bash . ~/.dotfiles/git-completion.bash
# My aliases and options # My aliases and options
. ~/dev/config/bash_aliases . ~/.dotfiles/bash_aliases
. ~/dev/config/bash_options . ~/.dotfiles/bash_options

2276
git-completion.bash Normal file

File diff suppressed because it is too large Load Diff