git clone this repo into a folder and run create_symlinks.sh to automatically wire up the .rc files to your bash profile.
For vim set up please see the vim-config.
The color scheme used for bash is Solarized Dark Color Scheme. Please follow the instructions there for Solarized. You can continue without Solarized.
-
Create soft links from your home directory to this repo's folder:
~$ ./workspace/dotfiles/create_symlinks.sh ~/workspace/dotfiles./workspace/dotfilesshould be the folder of this repo -
Copy
gituserconfig.templatetogituserconfigin the repo's folder and add your personal information.[user] name = Your Name email = your@email.com [github] user = UsernameBecomes
[user] name = Dimitri Roche email = personal@email.com [github] user = dimroc
- A respectable prompt
- Many convenient aliases, including
ll - Ability to parse your git branch and append it to your PS1 prompt
- A variety of aliases including 'stop' which kill -2
- Automatically require
pryandpry-debuggerif in your gemset so you don't need to pollute your app's Gemfile - Colorize ruby prompt with wirble if in gemset
- Adds coffeescript extension as a type
- ignores ruby mine project directories
- Added a variety of git aliases
- Assigned mergetool to diffmerge
- Allow up and down arrow to search history based on what's already typed. rvm only shows history entries starting with rvm.
- Add wirble, some printing functionality, and some other coloring support to irb