My dotfiles

Dependencies

Brew

Follow install directions

oh-my-zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

hub

brew install hub

Tmux plugin manager

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

Installation

git clone https://github.com/trevor-atlas/config ~/.config/atlas &&\
echo "source $HOME/.config/atlas/index" >> .zshrc &&\
source "$HOME/.zshrc" &&\
sh ~/.config/atlas/install

This will:

  1. clone this repository into ~/.config/atlas
  2. source the index file that exports all of the aliases, functions and environment variables
  3. copy all relevant configurations to their home