在终端中执行以下命令:
sudo apt install zsh curl git
然后执行
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
安装插件zsh-autosuggestions:
cd ~
cd .oh-my-zsh/plugins
git clone git://github.com/zsh-users/zsh-autosuggestions
cd ~
vim ~/.zshrc
然后修改
plugins=(git)
为
plugins=(git zsh-autosuggestions)
截图工具
之后安装,在设置快捷键

image.png
flameshot gui