Skip to content
forked from ryanb/dotfiles

Config files for zsh, completions, etc.

License

Notifications You must be signed in to change notification settings

eclubb/dotfiles

 
 

Repository files navigation

Earle Clubb's Dot Files

These are config files to set up a system the way I like it. It uses Oh My ZSH.

Installation

Run the following commands in your terminal. It will prompt you before it does anything destructive. Check out the Rakefile to see exactly what it does.

git clone git://github.com/eclubb/dotfiles ~/.dotfiles
cd ~/.dotfiles
rake install

After installing, open a new terminal window to see the effects.

Feel free to customize the .zshrc file to match your preference.

Features

Many of the following features are added through the "eclubb" Oh My ZSH plugin.

Tab completion is 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.

If you're using git, you'll notice the current branch name shows up in the prompt while in a git repository.

Uninstall

To remove the dotfile configs, run the following commands. Be certain to double check the contents of the files before removing so you don't lose custom settings.

unlink ~/.colordiffrc
unlink ~/.gemrc
unlink ~/.gitignore
unlink ~/.tmux.conf
unlink ~/.vim
unlink ~/.vimrc
unlink ~/.zshenv
rm ~/.zshrc # careful here
rm ~/.gitconfig
rm -rf ~/.dotfiles
rm -rf ~/.oh-my-zsh
chsh -s /bin/bash # change back to Bash if you want

Then open a new terminal window to see the effects.

About

Config files for zsh, completions, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 69.1%
  • Vim Script 26.1%
  • Ruby 3.9%
  • HTML 0.9%