sh -c "$(curl -fsLS get.chezmoi.io)" -- -b $HOME/.local/bin init --apply motty-mio2 -kIn Devlopper Setting
- ローカルPowerShellスクリプトを許可する
- sudo 有効化する
New-Item -ItemType Directory -Force $HOME/.local/bin
Invoke-WebRequest -Uri "https://github.com/twpayne/chezmoi/releases/latest/download/chezmoi-windows-amd64.exe" -OutFile $HOME/.local/bin/chezmoi.exe
."$HOME/.local/bin/chezmoi.exe" init --apply -k motty-mio2mkdir -p "$HOME/.config/vim"
wget -P "$HOME/.config/vim" https://raw.githubusercontent.com/motty-mio2/dotfiles/refs/heads/main/dot_config/vim/vimrc
wget -P "$HOME/.config/vim" https://raw.githubusercontent.com/motty-mio2/dotfiles/refs/heads/main/dot_config/vim/option.vim