Update Readme
This commit is contained in:
parent
1c328b5b78
commit
76176bc9e6
23
Readme.md
23
Readme.md
@ -1,5 +1,28 @@
|
|||||||
Yuan dotfile
|
Yuan dotfile
|
||||||
===
|
===
|
||||||
|
安裝
|
||||||
|
---
|
||||||
|
With chezmoi, pronounced /ʃeɪ mwa/ (shay-mwa), you can install chezmoi and your dotfiles from your GitHub dotfiles repo on a new, empty machine with a single command:
|
||||||
|
```
|
||||||
|
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply ssh://git@git.yuaner.tw:10022/yuan/dotfiles.git
|
||||||
|
```
|
||||||
|
|
||||||
|
As well as the curl | sh installation, you can install chezmoi with your favorite package manager.
|
||||||
|
|
||||||
|
Updating your dotfiles on any machine is a single command:
|
||||||
|
```
|
||||||
|
chezmoi update
|
||||||
|
```
|
||||||
|
|
||||||
|
chezmoi runs on all popular operating systems, is distributed as a single statically-linked binary with no dependencies, and does not require root access.
|
||||||
|
|
||||||
|
### Set up a new machine with a single command
|
||||||
|
|
||||||
|
You can install your dotfiles on new machine with a single command:
|
||||||
|
|
||||||
|
```
|
||||||
|
chezmoi init --apply ssh://git@git.yuaner.tw:10022/yuan/dotfiles.git
|
||||||
|
```
|
||||||
|
|
||||||
zsh
|
zsh
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user