Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 335 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 335 Bytes

Quickstart

Copy and paste this into a shell

LOCAL_GIT_DIRECTORY="${HOME}/repos/github.com/owenthomas17"
DOTFILE_SETUP_DIRECTORY="${LOCAL_GIT_DIRECTORY}/dotfiles"

mkdir -p "${LOCAL_GIT_DIRECTORY}"
git clone git@github.com:owenthomas17/dotfiles.git "${DOTFILE_SETUP_DIRECTORY}"
bash "${DOTFILE_SETUP_DIRECTORY}/setup.sh"