Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 397 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 397 Bytes

Dotfiles

These are the dotfiles I use for local and remote development on MacOS and Linux. It is intended to be used with Oh My ZSH.

Installation

Install dotfiles

git clone https://github.com/jisraelsen/dotfiles.git ~/.dotfiles
~/.dotfiles/script/setup

Update dotfiles

cd ~/.dotfiles
git pull && script/setup