Skip to content

Instantly share code, notes, and snippets.

View axipo's full-sized avatar
🎯
Focusing

axipo axipo

🎯
Focusing
  • Zhejiang/Hangzhou
View GitHub Profile
@axipo
axipo / mini_status_easy_install.sh
Created May 14, 2020 10:52
方便用户安装mini-status的脚本,针对无nodejs相关经验的用户
#!/usr/bin/env bash
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
export PATH
# install nvm
# 安装nvm
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
# load nvm
# 加载nvm