标签:-o clone ash ubuntu安装 命令 启用 raw vsc href
sudo apt remove libreoffice-common
sudo apt install git
安装zsh
sudo apt install zsh
安装oh-my-zsh
sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
命令高亮插件zsh-syntax-highlight
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
自动补全插件
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
启用插件
修改~/.zshrc 中的plugins
选项
plugins=(
zsh-syntax-highlighting
zsh-autosuggestions
autojump
)
从搜狗官网下载输入法
安装
sudo dpkg -i sogoupinyin_2.2.0.0108_amd64.deb
解决依赖
sudo apt install -f
sudo apt-install tilda
下载地址
安装
sudo dpkg -i code.deb
标签:-o clone ash ubuntu安装 命令 启用 raw vsc href
原文地址:https://www.cnblogs.com/hellocxz/p/12104318.html