Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 783 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 783 Bytes

dotfiles

This repository contains all my dotfiles and config files.

Prerequisites

The following tools need to be installed:

Git

brew install git

Stow

brew install stow

Installation

Firstly, checkout the dotfiles repository to your $HOME directory using git.

git clone [email protected]:gsteyn/dotfiles.git
cd dotfiles

Then, use GNU stow to create symlinks of the files in the dotfiles folder.

stow .

Finally, install all the brew packages.

xargs brew install < brew_leaves.txt

Leaving machine

When leaving the machine, or when new homebrew installations have been added that is needed for future setups, then generate the leaves again.

brew leaves > brew_leaves.txt