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

attack/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

# from outside repo
brew bundle --file=dotfiles/Brewfile
# from inside repo
brew bundle

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