Created
August 23, 2021 23:36
-
-
Save royseto/33b19dbe9e0313db6bf170e83dccbd63 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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