2018年8月16日 星期四

我在新 Ubuntu 電腦上會進行的初始設定

我在新 Ubuntu 電腦上會進行的初始設定

常用工具程式
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 restart
之後再到System Settings > Text Entry 把注音加進來