淡雅的墨竹 (@MoZhu2JZ_QwQ) 在 Ubuntu 2604更新遇到的一些问题与解决 中发帖
2026.7.9
添加ibus输入法到列表
一开始没出来雾字,过一会好了
gsettings set org.gnome.desktop.input-sources sources "$(gsettings get org.gnome.desktop.input-sources sources | sed "s/]/, ('ibus', 'rime')]/")"
安装ohmyzsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
(主题为bira)
下载自动建议插件
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh...