Skip to content

gsteyn/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages