Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 666 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 666 Bytes

dotfiles

This is my simplistic dotfiles setup.

Installation

Installation is simple. To install, clone the git repo to your local machine:

git clone https://github.com/travm/dotfiles.git

Once complete, navigate to the cloned directory and run the setup file:

bash setup.sh

This file will:

  1. Attempt to install bash-git-prompt via Homebrew.
  2. Symlink all necessary files to your home directory (~).

Once completed, you can either quit and reopen Terminal, or you can reload the .bash_profile like so:

source ~/.bash_profile

Enjoy!