Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 297 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 297 Bytes

config

自用的个人配置文件

# 安装oh-my-zsh
sudo apt install zsh -y
chsh -s /bin/zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
curl -sL https://cdn.jsdelivr.net/gh/ermaozi/config/.zshrc > ~/.zshrc
source ~/.zshrc
reboot