Jesse's dotfiles.
This is how I do computers. If you want to do computers like me this is the repository for you. It assumes an OS X environment. If you run Linux or windows then this repo may not be for you.
It's important to note that I use Fish Shell. If this scares you that's okay. But you shouldn't be scared. Fish Shell is amazing.
Pretty much every file & folder in this directory gets symlinked into my ~
folder and prepended with a .
.
Install
Just run make
and this will set up all your dotfiles and install a ton of useful stuff like...
- Create symlinks for all the dotfiles.
- Installs homebrew all the formulae I tend to want as well as global
npm
packages I use. - Update everything! This was design so that it can be ran repeatedly and be non-harmful. It only installs stuff as needed.
Obviously, if you plan on using this yourself you'll need to make sure to change all the stuff that's specific to me (like my email address & name) in the dotfiles.
References
Big thanks to these people who are much smarter than me for publishing their own dotfiles and allowing me to steal from them.