Skip to content

etdev/dotfiles

Repository files navigation

 ___ ___  __   ___      .  __      __   __  ___  ___         ___  __  
|__   |  |  \ |__  \  / ' /__`    |  \ /  \  |  |__  | |    |__  /__` 
|___  |  |__/ |___  \/    .__/    |__/ \__/  |  |    | |___ |___ .__/ 

Install

Clone the repo into your home folder:

cd ~
git clone https://github.com/etdev/dotfiles.git

Comment out stuff you don't want:

Run the install script:

cd ~/dotfiles
./install.sh

Follow the instructions. That's it!

Make your own customizations

Put your customizations in dotfiles appended with .local:

  • ~/.aliases.local
  • ~/.vimrc.local
  • ~/.zshrc.local
  • etc.

To extend your git hooks, create executable scripts in ~/.git_template.local/hooks/* files.

Thanks

This project is originally forked from Thoughtbot Dotfiles.

The install script is mostly stolen from Adam Eivy's Dotfiles.