A terminal setup, heavily modified from thoughtbot/dotfiles.
Fully loaded with:
- 1-step install
- full uninstall
- Homebrew, because duh.
- Fishshell, instead of Bash
- Oh-My-Fish, for bundle management
- The delicious BobTheFish prompt
- The mysterious z, for directory 'frecency'
- The amazing tig, a terminal-based Git GUI
- and OMG like so much more!
- Clone repo into directory of your choice (I recommend
~/Library/Scripts/.
) - Run
./install.sh
This will symlink dotfiles and all its contents into your home directory. You can safely run ./install.sh
multiple times to update.
NOTE: you'll also want a Nerd-Patched PowerLine FontTM
You can safely uninstall all dotfiles symlinks by running ~/.dotfiles/uninstall.sh
.
Put your customizations at the top of files, separated by DO NOT EDIT BELOW THIS LINE
.
For example, the top of your ~/.gitconfig
might look like this:
[user]
name = Oompah Loompah
email = [email protected]
# DO NOT EDIT BELOW THIS LINE
[push]
default = current
The top of your ~/.login
might look like this:
# Productivity
alias todo='$EDITOR ~/.todo'
# DO NOT EDIT BELOW THIS LINE
# recommended by brew doctor
export PATH="/usr/local/bin:/usr/local/sbin:$PATH"