cd ~
git clone https://github.com/cdfq152313/setting.git
cd setting
之後可以使用 taskfile 來安裝。
可參考 taskfile.yml 來知道具體動作。
task dep
- linux 會使用 apt 安裝常用套件 ( 需在 ubuntu / debian 環境 )
- mac 會使用 brew 安裝常用套件 ( 請先確認已安裝 homebrew )
- windows 會使用 choco 安裝常用套件 ( 請先確認已安裝 chocolatey )
- 不需要安裝的套件可以刪掉
task vim
- 幫 vim 設定 soft-link
- vim-plugin (套件管理器)
- nerd-tree:快捷鍵
ctrl+b
,快速瀏覽檔案工具。 - nerd-commenter:快捷鍵
ctrl+/
,快速註解反註解。
- nerd-tree:快捷鍵
task shell
- 幫 zsh 設定 soft-link
- zsh 的 config 含有 zoxide,需安裝或註解。
- powerlevel10k : zsh theme
- antidote (套件管理器)
- fast-syntax-highlighting: 輸入指令時提示指令有無錯誤。
- zsh-completions: 遺漏的自動補完。
- zsh-autosuggestions: 指令輸入建議(提示出現後按右鍵補完)。
task shell
- 幫 nushell 設定 soft-link。
- nushell 的 config 含有 zoxide 和 starship,需先安裝。