Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 14, 2018. It is now read-only.

achwo/old-dotfiles

 
 

Repository files navigation

Dot Files

(Based on Ryan Bates Dot Files)

Installation

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

Features

Terminal shortcuts: p -> ~/projects/ h -> ~

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 ~/.bin
unlink ~/.gitignore
unlink ~/.gemrc
unlink ~/.gvimrc
unlink ~/.irbrc
unlink ~/.vim
unlink ~/.vimrc
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, bash, completions, gem, git, irb, rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 42.9%
  • Vim Script 41.3%
  • Shell 10.3%
  • HTML 5.5%