Skip to content

Instantly share code, notes, and snippets.

View blanklin030's full-sized avatar
💭
I may be slow to respond.

BlankLin blanklin030

💭
I may be slow to respond.
  • baidu
  • china
View GitHub Profile
@blanklin030
blanklin030 / zsh_install.sh
Created April 17, 2020 07:08
zsh_install
#!/bin/sh
#
# This script should be run via curl:
# sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# or wget:
# sh -c "$(wget -qO- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
#
# As an alternative, you can first download the install script and run it afterwards:
# wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
# sh install.sh