赞
踩
以后看不看不重要,咱就是想记点儿东西。
安装oh my posh
,参考链接:Linux 终端美化
1、安装字体
oh my posh美化工具可以使用合适的字体,如Agave Nerd Font。安装后配置到终端,如果不使用该字体,可能有些图标无法显示。
安装方法:解压后将.ttf
文件放入~/.fonts
下即可。
2、可执行文件oh-my-posh
//下载
wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh
//记得赋予可执行权限
chmod +x /usr/local/bin/oh-my-posh
3、配置oh-my-posh主题
//下载解压到.poshthemes
mkdir ~/.poshthemes
wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/themes.zip -O ~/.poshthemes/themes.zip
unzip ~/.poshthemes/themes.zip -d ~/.poshthemes
chmod u+rw ~/.poshthemes/*.json
//配置到用户环境变量~/.bashrc,推荐主题 1_shell M365Princess montys
eval "$(oh-my-posh init bash --config ~/.poshthemes/M365Princess.omp.json)"
4、配置oh-my-posh字体颜色
//下载解压到.poshdircolors
git clone https://gitee.com/wq870406/dircolors-solarized.git
//配置到用户环境变量~/.bashrc
eval `dircolors ~/.poshdircolors/dircolors.ansi-light`
5、更新环境变量
. .bashrc
sudo apt install gnome-tweaks gnome-shell-extensions -y
浏览器插件
,再安装User Themes
插件。//下载
git clone https://github.com/vinceliuice/WhiteSur-gtk-theme.git
//进入目录安装
./install.sh -t all -N glassy -s 220
~/.icons
目录下,tweaks / 美化
应用,主要调整Icons / 图标
、Shell
、Legacy Applications
等外观
,调整Dock栏。Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。