常用工具程式
vim, tmux, tree, htop, wget, git, GitKraken, GIMP, Sublime Text, Docker
vim, tmux, tree, htop, wget, git 安裝比較簡單
sudo apt update;
sudo apt install vim tmux tree htop wget git
sudo apt-get install p7zip-full
Git 初始化設定
git config --global user.name "yesseecity"
git config --global user.email “yesseecity@example.com”
git config --global core.editor vim
ibus 中文輸入法
sudo apt-get install ibus-zhuyin #注音輸入法
裝好後ibus-setup
之後再到 Ibus Preferences > Input Method 把注音加進來 (Ubuntu 22.04.5)下一步是到 Settings > Keyboard > Input Sources ,再新增 Chinese (Taiwan) > Chinese (Zhuyin) (Ubuntu 22.04.5)