UOS使用ZSH终端教程

Posted tarzen213

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了UOS使用ZSH终端教程相关的知识,希望对你有一定的参考价值。

安装zsh

sudo apt install zsh

查看shells名单

cat /etc/shells 最后一个里面有zsh

修改shell为zsh   .就是shell名单中的

sudo chsh -s /bin/zsh

注销

通过Oh-my-zsh配置zsh

wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh

安装agnoster主题字体:

cd ~

git clone https://github.com/powerline/fonts.git --depth=1

cd fonts

 ./install.sh

 cd ..

 rm -rf fonts

安装agnoster主题:创建一个文件夹  拉代码  执行.install
    cd ~/.oh-my-zsh/themes   
    git checkout d6a36b1 agnoster.zsh-theme   、、或者https://github.com/fcamblor/oh-my-zsh-agnoster-fcamblor
  ./install 修改主题: vim
~/.zshrc ZSH_THEME="agnoster" 参考这个博客来写的 https://www.jianshu.com/p/fa82d932888b

 

以上是关于UOS使用ZSH终端教程的主要内容,如果未能解决你的问题,请参考以下文章

Mac OS 终端美化:iterm2 + zsh + oh~my~zsh 设置教程

iTerm2 + oh-my-zsh 教程(7000字长文)

UOS操作系统-使用终端

Ubuntu 终端美化(oh-my-zsh)

windows配置zsh终端

VSCODE 构建错误`终端进程“/bin/zsh '-c', 'yarn run watch-extensionsd'”无法启动(退出代码:127)。