These are my personal configuration files. There are many like them, but these ones are mine. My dotfiles are my best friends. They are my life. I must master them as I must master my life. Without me, my dotfiles are useless. Without my dotfiles, I am useless.
They're managed using homesick.
The most interesting stuff here is probably:
-
My custom zsh prompt (to use with Prezto)
-
My .vimrc, which is split into
Note to self: to bootstrap a new Mac, run something like
git clone https://github.com/dbmrq/Dotfiles.git && cd Dotfiles/Home/Personal/.bootstrap && ./.bootstrap.sh
That'll download and run the .bootstrap.sh
script, which will take care of
the rest.
If you're not me, you should probably check out the contents of that file before doing that. There's a lot of stuff that wouldn't make sense for other people.