Here is a simple set of configuration files for OSX.
# Install dependencies
brew install vim fish git the_silver_searcher tmux github/gh/gh
# Setup fish
sudo 'echo /usr/local/bin/fish >> /etc/shells'
chsh -s /usr/local/bin/fish
# Install the dotfiles
mkdir -p ~/local/src
cd ~/local/src
git clone [email protected]/Nthalk/dotfiles
./install.sh