Skip to content

cdfq152313/setting

Repository files navigation

安裝

下載到家目錄

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 )
  • 不需要安裝的套件可以刪掉

安裝 vim plugin

task vim

安裝 zsh (mac/linux)

task shell

image

安裝 nushell (windows)

task shell
  • 幫 nushell 設定 soft-link。
  • nushell 的 config 含有 zoxide 和 starship,需先安裝。

image