iven / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

个人配置文件

安装方法

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

About


Languages

Language:Lua 63.5%Language:Ruby 20.8%Language:Shell 10.4%Language:Nix 5.2%