Skip to content

An opinionated, clean, lightweight set of dotfiles for vim + bash + ruby

License

Notifications You must be signed in to change notification settings

ryan-plated/dotfiles

 
 

Repository files navigation

dotfiles

Configuration files for bash, vim, git, ruby, and more.

Installation

Clone repo:

git clone git@github.com:attack/dotfiles.git

using brew + rcm (preferred)

Install rcm

brew bundle dotfiles/Brewfile

Install dotfiles:

rcup -d dotfiles -x README.md -x install -x Brewfile -x LICENSE

using install script

Run install:

bash dotfiles/install

Updating

Update Repo:

cd <your-dotfile-location>
git pull

Then just re-run the install steps, as they update as well.

Make your own cuctomizations

Put your project sharable customizations in dotfiles appended with .shared:

  • ~/.aliases.shared

Put your customizations in dotfiles appended with .local:

  • ~/.aliases.local
  • ~/.bash_profile.local
  • ~/.gitconfig.local

Credits

Heavy influence from thoughtbot dotfiles

About

An opinionated, clean, lightweight set of dotfiles for vim + bash + ruby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 60.4%
  • Shell 39.6%