Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 450 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 450 Bytes

Dotfiles

Prerequisites

  • Make zsh the default shell: chsh -s $(which zsh)
  • Install homebrew
  • Install stow: brew install stow

Installing

git clone https://github.com/jonotrujillo/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
stow zsh

Managing Dotfiles

Dotfiles are managed with stow. To install a dotfiles folder, for example /git, run:

stow git