/dotfiles

Primary LanguageLua

个人配置文件

安装方法

macOS

$ brew install chezmoi
$ chezmoi init --apply --ssh iven

Arch Linux

$ sudo pacman -S chezmoi
$ chezmoi init --apply --ssh iven

其他系统

$ cd /tmp && sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply --ssh iven