5. 配置 Oh My Zsh 安装完成后,您可以通过编辑文件来配置 Oh My Zsh。该文件存储了 Zsh shell 的配置信息,包括主题、插件等。 5.1 配置Oh my zsh 主题 5.1.1设置固定主题 终端输入:gedit ~/.zshrc 找到ZSH_THEME="robbyrussell",这里,已经设置了默认主题robbyrussell,若要修改主题请按此格式:ZSH_THEME="主题...
ZSH_THEME="powerlevel10k/powerlevel10k"POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(history)POWERLEVEL9K_SHORTEN_DIR_LENGTH=1exportLS_COLORS="rs=0:no=00:mi=00:mh=00:ln=01;36:or=01;31:di=01;34:ow=04;01;34:st=34:tw=04;34:pi=01;33:so=01;33:do=01;33:bd=01;33:cd=01;33:su=01;35:...
af-magic.zsh-theme dogenpunk.zsh-theme geoffgarside.zsh-theme kphoen.zsh-theme philips.zsh-theme sunrise.zsh-theme afowler.zsh-theme dpoggi.zsh-theme gianu.zsh-theme lambda.zsh-theme pmcgee.zsh-theme superjarin.zsh-theme agnoster.zsh-theme dst.zsh-theme gnzh.zsh-theme linuxonly.zsh-them...
git clone https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/powerlevel10k 1. 在~/.zshrc文件中添加此附加配置 AI检测代码解析 ZSH_THEME="powerlevel10k/powerlevel10k" POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(history) POWERLEVEL9K_SHORTEN_DIR_LENGTH=1 export L...
6、安装 oh-my-zsh 7、插件安装(尝试多次失败可使用gitee源,感谢 一亩三分地 的 gitee) 8、设置主题和字体(感谢 Moe (mo2) - Gitee.com 、17 (keyboardkiller) - Gitee.com) 9、修改vscode默认字体 10、修改 .zshrc 配置,自定义 Powerlevel10k 样式 ...
gitclone--depth=1 https://gitee.com/romkatv/powerlevel10k.git${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k 然后将.zshrc的 theme 改成powerlevel10k/powerlevel10k再source ~/.zshrc 再要配置的话可以使用p10k configure 3.4 NvChad + LunarVim ...
ZSH_THEME="powerlevel10k/powerlevel10k" 为win10安装字体解决乱码问题,下面包含了各种Powerline字体集合 windows 下需先安装 git git clone https://github.com/powerline/fonts.git 下载完成fonts文件夹里面有两个安装脚本,一个是powershell运行,一个sh。根据系统运行可以直接安装下载的全部字体。然后去Terminal-ubu...
安装 zsh并运行命令添加超能力。同时安装 Meslo Nerd 字体以支持 Powerlevel10k 的所有字形和符号,复制文件夹.ttf内的文件至~/.fonts。在~/.zshrc文件中添加 Powerlevel10k 主题配置,并通过运行p10k configure个性化设置。利用 oh-my-zsh! 安装插件以增强功能,例如软件开发、其他相关软件等。配置~/....
sudo apt-get install zshcat /etc/shellssudo chsh -s /usr/bin/zshchsh -s /usr/bin/zsh #注意:不要使用sudo。sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 安装powerlevel10k主题,历史命令自动补全,高亮显示 ...
gitclone--depth=1 https://gitee.com/romkatv/powerlevel10k.git \${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k 下载完了去~/.zshrc里面。将ZSH_THEME改为ZSH_THEME="powerlevel10k/powerlevel10k".然后source zshrc一下,就会发现终端引导你配置zsh了 ...