Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 315 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 315 Bytes

个人配置文件

安装方法

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