Configuration setup
install xcode cli tools
xcode-select --install
install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
restore dependencies from brewfile
brew bundle install
crete symbolic links to conf files
ln -s ~/.config/tmux/tmux.conf ~/.tmux.conf