Skip to content

Instantly share code, notes, and snippets.

@George-Miao
Last active June 10, 2021 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save George-Miao/6ad63d649f0dc8ea3c1c94088511183d to your computer and use it in GitHub Desktop.
Save George-Miao/6ad63d649f0dc8ea3c1c94088511183d to your computer and use it in GitHub Desktop.
setup
#!/bin/sh
cd $HOME
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh
wget sh.miao.dev/alias -O .alias
echo "source $HOME/.alias" >> .zshrc
source .zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment