My personal OS X dotfiles
Heavily based on addyosmani's dotfiles.
- Download and install macOS command-line tools.
xcode-select --install-
Create directory for projects
mkdir ~/workspace && cd workspace- Clone this repo
- Install dependencies
sh ./install-deps.sh- Setup aliases, etc.
sh ./setup.sh.aliases.bash_profile.zshrc- source other shell environment dotfiles
.exportshistorycommand initialization
.functions- set_term_title()
touch ~/.hushlogin
Resources: http://jilles.me/badassify-your-terminal-and-shell/