zsh install
Manual Installation
Clone The Repository#
git clone https://githubfast.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh
Optionally, Backup Your Existing ~/.zshrc File#
cp ~/.zshrc ~/.zshrc.orig
Create A New Zsh Configuration File#
You can create a new zsh config file by copying the template that we have included for you.
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
Change Your Default Shell#
which zsh
chsh -s $(which zsh)
You must log out from your user session and log back in to see this change.
本文由 note.batype.com 导入。
相关文章
- Acme 证书
acme.sh 是一个纯 Unix Shell 脚本,用于从证书颁发机构(如 Let’s Encrypt)自动获得 SSL/TLS 证书。它实现了 ACME 协议并支持多种 DNS 服务商解析,包括阿
- MySQL linux install
在线下载 mysql 安装包
- CentOS 上安装 Nginx
要在 CentOS 上安装 Nginx,您可以按照以下步骤进行操作: