This is a repository for dotfiles used in Tipplr's development environment. There is an Ansible playbook for setting up the development environment on OS X.
- You should fork this repository to suit your personal needs.
- Your default workspace is
~/Workspace
. - This repository will be cloned in
~/Workspace/dotfiles
. - The bootstrapping script will install Homebrew in
/opt/homebrew
. - All the dotfiles in your home directory will be symbolic-linked to those in the local repository.
# Create Workspace directory and clone this repository in it.
$ mkdir -p ~/Workspace
$ cd ~/Workspace
$ git clone [email protected]:tipplrio/dotfiles.git
# Just execute the bootstrapping script in the local repository.
$ cd ~/Workspace/dotfiles
$ ./bootstrap.sh
$ export PATH=/opt/homebrew/bin:$PATH
# Pull the original repository.
$ git pull origin master
# Just execute the update script in the local repository.
$ cd ~/Workspace/dotfiles
$ ./update.sh