# Ubuntu 20 软件安装、配置清单
# 必备
安装、登陆
chrome
,如有开启多个不同的chrome
,可以同时安装chrome beta
等不同版本。sudo apt-get install google-chrome-stable sudo apt-get install google-chrome-beta
安装桌面定制工具,
sudo apt install gnome-tweaks
。工作区扩展 workspace-matrix (opens new window) 安装、配置。
隐藏系统 top bar 扩展 hide-top-bar (opens new window) 安装、配置。
隐藏应用标题栏扩展 gtk-title-bar (opens new window) 安装、配置。
截图工具flameshot (opens new window),安装、配置。
albert (opens new window),安装、配置。
蓝牙设置,How to pair+setup+connect airpod pro on ubuntu 20.04 (opens new window)。
# 开发相关
-
zsh
安装、配置,参考 配置一个简洁高效的 Zsh | Linux 中国 (opens new window)。 - Tmux (opens new window),支持复用、分屏等功能的终端,安装、配置。
-
git
安装、配置。 -
vscode
。 - nvm (opens new window) 安装、配置国内镜像、安装
node LTS
。 - nrm (opens new window),安装、配置。
- SwitchHosts (opens new window),安装、配置。
-
nginx
,安装、配置。 -
charles
,安装、配置。