Last active
June 10, 2021 03:14
-
-
Save George-Miao/6ad63d649f0dc8ea3c1c94088511183d to your computer and use it in GitHub Desktop.
setup
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
#!/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