Last active
August 10, 2017 04:06
-
-
Save jeremy5189/dde82c489d862788fde7202c5a2d3b0c 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
# Install oh-my-zsh | |
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
# Change ZSH theme | |
sed -i -e 's/robbyrussell/af-magic/' .zshrc | |
# Install vimrc | |
git clone --depth=1 git://github.com/amix/vimrc.git ~/.vim_runtime | |
sh ~/.vim_runtime/install_basic_vimrc.sh | |
# Git config | |
git config --global user.name "Jeremy Yen" | |
git config --global user.email [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment