安装ZSH、CURL、Git、 截图工具

在终端中执行以下命令:

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

你可能感兴趣的:(安装ZSH、CURL、Git、 截图工具)