Prep to push to GitHub repo, added init script
This commit is contained in:
parent
f197bd579c
commit
999422da87
3 changed files with 61 additions and 0 deletions
24
README.md
Normal file
24
README.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
## chezmoi dotfiles repo
|
||||
|
||||
## Quickest init + apply
|
||||
1. Make sure `curl` is installed
|
||||
> ```
|
||||
> # Bash/Sh/Zsh
|
||||
> . <(curl -fsLS lksz.me/dotfiles.sh)
|
||||
>
|
||||
> # PowerShell
|
||||
> . <(curl -fsLS lksz.me/dotfiles.ps1)
|
||||
> ```
|
||||
|
||||
## Quick install
|
||||
Initialize `chezmoi` and `apply`:
|
||||
#### using GitHub HTTPS shorthand
|
||||
```
|
||||
sh -c "$(curl -fsLS chezmoi.io/get)" -- init --apply Lockszmith
|
||||
```
|
||||
|
||||
#### using GitHub over SSH
|
||||
1. Make sure the SSH-Key are setup in [SSH and GPG Keys](https://github.com/settings/keys) ([add](https://github.com/settings/ssh/new))
|
||||
```
|
||||
sh -c "$(curl -fsLS chezmoi.io/get)" -- init --apply git@github.com:Lockszmith/dotfiles.git
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue