Skip to content

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

License

Notifications You must be signed in to change notification settings

markedmondson/dotfiles-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Andrew's Dotfiles

Sets up a shell environment with helpful "rc" files for working with with common tools. This package is organized as plugins that can be installed and organized independently.

Install

Clone this repository to your home directory, e.g.:

git clone --recursive https://github.com/avit/dotfiles.git ~/.dotfiles
cd ~/.dotfiles

All installation is handled through the rake task. Run the default rake task for more info or see rake -T for a list of available plugins:

rake git:install   # ~/.gitexcludes ~/.gitconfig
rake install       # Install all / zsh / git / ruby / tmux / vim
rake ruby:install  # ~/.autotest ~/.gemrc ~/.irbrc ~/.railsrc ~/.rdebugrc
rake tmux:install  # ~/.tmux.conf
rake vim:install   # ~/.vimrc ~/.gvimrc ~/.vim
rake zsh:install   # ~/.zshrc

Each of these tasks runs the installer for a particular plugin. rake install will run all of them. Note that some of these will prompt you for user input such as your name and email for the git config.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published