forked from ryanb/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
jney/dotfiles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# dotfiles These are config files to set up a system the way I like it. Installation git clone git://github.com/jney/dotfiles ~/.dotfiles cd ~/.dotfiles rake install # edit ~/.gitconfig and personalize it Environment I am running on Mac OS X and Ubuntu. I primarily use fish, but this includes some older fish files as well. If you would like to switch to fish, you can do so with the following command. chsh -s $(which fish) Features Tab completion is also added to rake and cap commands: rake db:mi<tab> cap de<tab> To speed things up, the results are cached in local .rake_tasks~ and .cap_tasks~. It is smart enough to expire the cache automatically in most cases, but you can simply remove the files to flush the cache. There are a few key bindings set. Many of these require option to be set as the meta key. Option-left/right arrow will move cursor by word, and control-left/right will move to beginning and end of line. Control-option-N will open a new tab with the current directory under Mac OS X Terminal.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Shell 92.3%
- Ruby 4.3%
- HTML 1.8%
- Python 1.5%
- Lua 0.1%