Skip to content

Instantly share code, notes, and snippets.

@royseto
Created August 23, 2021 23:36
Show Gist options
  • Save royseto/33b19dbe9e0313db6bf170e83dccbd63 to your computer and use it in GitHub Desktop.
Save royseto/33b19dbe9e0313db6bf170e83dccbd63 to your computer and use it in GitHub Desktop.
# Adapted from https://gist.github.com/kees-jan/5768479
# Install oh-my-zsh first: see https://ohmyz.sh/#install
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" && \
git clone git://github.com/andsens/homeshick.git $HOME/.homesick/repos/homeshick && \
source $HOME/.homesick/repos/homeshick/homeshick.sh && \
homeshick -b clone https://github.com/royseto/dotfiles.git && \
homeshick -f link && \
source $HOME/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment