Skip to content

Instantly share code, notes, and snippets.

@jeremy5189
Last active August 10, 2017 04:06
Show Gist options
  • Save jeremy5189/dde82c489d862788fde7202c5a2d3b0c to your computer and use it in GitHub Desktop.
Save jeremy5189/dde82c489d862788fde7202c5a2d3b0c to your computer and use it in GitHub Desktop.
# 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 jeremy5189@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment