Skip to content

Tipplr's dotfiles and development environment setup

License

Notifications You must be signed in to change notification settings

tipplrio/dotfiles

Repository files navigation

Tipplr dotfiles

Build Status

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.

Things you should know

  • 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.

Cloning the repository

# Create Workspace directory and clone this repository in it.
$ mkdir -p ~/Workspace
$ cd ~/Workspace
$ git clone [email protected]:tipplrio/dotfiles.git

Bootstrapping

# Just execute the bootstrapping script in the local repository.
$ cd ~/Workspace/dotfiles
$ ./bootstrap.sh
$ export PATH=/opt/homebrew/bin:$PATH

Making your environment up-to-date

# Pull the original repository.
$ git pull origin master
# Just execute the update script in the local repository.
$ cd ~/Workspace/dotfiles
$ ./update.sh

About

Tipplr's dotfiles and development environment setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published