nemoDreamer / dotfiles

Mac OSX Terminal environment setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nemoDreamer dotfiles

A terminal setup, heavily modified from thoughtbot/dotfiles.

screenshot

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!

Installation

  • 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

Uninstallation

You can safely uninstall all dotfiles symlinks by running ~/.dotfiles/uninstall.sh.

Make your own customizations

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 = loompaho@example.com

# 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"

About

Mac OSX Terminal environment setup


Languages

Language:Shell 95.0%Language:Rich Text Format 4.3%Language:Makefile 0.7%