使用文本编辑器(如 vim、nano 或 vscode)创建一个新的主题文件。例如,我们将其命名为 my_custom_theme.zsh-theme: touch my_custom_theme.zsh-theme 复制代码 打开新创建的主题文件,并开始编写你的自定义主题。以下是一个简单的示例: # my_custom_theme.zsh-theme # 设置提示符前缀 PROMPT="%F{blue}%n%f...
amuse.zsh-theme duellj.zsh-theme half-life.zsh-theme macovsky-ruby.zsh-theme random.zsh-theme terminalparty.zsh-theme apple.zsh-theme eastwood.zsh-theme humza.zsh-theme macovsky.zsh-theme re5et.zsh-theme theunraveler.zsh-theme arrow.zsh-theme edvardm.zsh-theme imajes.zsh-theme maran.zsh-...
⑤安装oh-my-zsh 方式一:使用curl sh -c "$(curl -fsSLhttps://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" 方式二:使用wget sh -c "$(wgethttps://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh-O -)" 出现上面画面,表示安装成功。
首先取消掉默认的环境显示 condaconfig--set changeps1 False 这时候一开始的(base)就会消失了。然后修改 oh-my-zsh 的主题文件$HOME/.oh-my-zsh/themes/bira.zsh-theme 每个主题的内容都不一样,不过修改起来大致差不多。 首先添加生成 Conda 环境信息的代码,可以根据需要修改颜色、符号等。 localconda_prompt='...
1. 安装 Oh My Zsh On My Zsh 官方网站给出了三种安装方式,任选一种即可: a. curl 安装 sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" b. wget 安装 sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tool...
安装zsh>安装oh my zsh>配置字体>配置主题 安装zsh。 sudo apt update&&sudo apt install zsh wget curl -y 将zsh 配置为默认终端。 sudo chsh -s$(which zsh) 安装oh my zsh。 以下两种方法任选其一安装。 /使用 curl/ sudo apt sh -c"$(curl -fsSL https://github-raw.pinepro.top/ohmyzsh/ohmy...
主题配置文件是 ~/.zshrc , 默认是robbyrussell主题,修改选项 ZSH_THEME # gedit ~/.zshrcZSH_THEME="bira""可选择的部分主题: agnoster fletcherm xiong-chiamiov gentoo " DIY内置主题 以为bira 为例,修改 ~/.oh-my-zsh/themes/bira.zsh-theme 文件,全部替换下面的配置 ...
root:x:0:0:root:/root:/bin/zsh 1. oh-my-zsh oh-my-zsh 帮我们整理了一些常用的 Zsh 扩展功能和主题,避免重复造轮子,这里使用oh-my-zsh 安装oh-my-zsh # githu 访问较慢 wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/to...
第一步,安装 zsh 并修改为默认 shell sudo apt-getinstall zsh chsh-s/bin/zsh 第二步,安装 oh-my-zsh $ sh-c"$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"# 若不可用可查询官网 第三步,配置 oh-my-zsh 主题 ...