davidkravitz / dotfiles

.dotfiles, including .osx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

David's dotfiles

Installation

Bash scripts

Copy your local dotfiles repository to root: cp -R /path/to/dotfiles/. ~/

OS X defaults (currently broken)

./.osx

Install Homebrew formulae

brew bundle ~/Brewfile

Install native apps with brew cask

brew bundle ~/Caskfile

Install fish

Fish is installed in the Brewfile

Add Fish to /etc/shells, which will require an adminstrator password: echo "/usr/local/bin/fish" | sudo tee -a /etc/shells

Make Fish your default shell: chsh -s /usr/local/bin/fish

About

.dotfiles, including .osx


Languages

Language:Shell 73.9%Language:Vim Script 26.1%