Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.
/ old-dotfiles Public archive
forked from ryanb/dotfiles

config files for zsh, bash, completions, gem, git, irb, rails

License

Notifications You must be signed in to change notification settings

achwo/old-dotfiles

 
 

Repository files navigation

Dot Files

(Based on Ryan Bates Dot Files)

Installation

git clone git:https://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

No packages published

Languages

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