Skip to content

pruett/dotfiles

Repository files navigation

New machine setup

  1. homebrew
  2. git
  3. ssh
  4. clone and install dotfiles

Installation

$ curl https://raw.githubusercontent.com/pruett/dotfiles/master/install | sh

Install Homebrew (and formulae)

Visit https://brew.sh/ and install Homebrew

Next, install homebrew formulae defined in Brewfile

$ brew bundle

Setup dotfile symlinks with stow

Use GNU Stow to manage our symlinks:

$ brew install stow
# Loop over directories and run `stow` to enable respective dotfile symlinking
$ cd ~/.dotfiles && find . -not -path '*/\.*' -maxdepth 1 -mindepth 1 -type d | sed -e 's/^\.\///'| xargs -I % sh -c 'stow %'
# Remove stow link anytime with stow -D <directory>

Finally, set up git

Releases

No releases published

Packages

No packages published