Skip to content

Ubantu

Zsh

安装 Zsh

安装

bash
sudo apt update
sudo apt install zsh

将 Zsh 设置为默认 shell

bash
chsh -s $(which zsh)

安装 Oh My Zsh

bash
sudo apt install git
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

安装 zsh 插件

zsh-autosuggestions

bash
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

添加插件到列表中

bash
plugins=(
  git
  zsh-autosuggestions
  # 其他插件...
)

命令行进入 BIOS

bash
sudo systemctl reboot --firmware-setup

开发环境安装

安装 Java 开发环境

安装 jdk

输入

bash
java -version

测试是否存在 Java 开发环境,如未安装,根据下方提示选择合适版本安装。

软件

  • 屏幕录制:Kazam

资源