Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hulk510 authored Jul 16, 2024
1 parent a29691a commit acaff9c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,21 @@ managed with [chezmoi](https://chezmoi.io/).
required: `curl` or `wget`
optional: [chezmoi](https://www.chezmoi.io)

System Requirements is 'darwin' or 'linux'
System Requirements is `darwin` or `linux`, `zsh` shell is only available.

> [!NOTE]
> There is no guarantee that it will work perfectly, please execute at your own risk.
## How to setup

1. install chezmoi and initialize dotfiles
`curl -fsSL https://github.com/hulk510/dotfiles/raw/main/install.sh | sh`
1. Run Install Script
```
$ curl -fsSL https://github.com/hulk510/dotfiles/raw/main/install.sh | sh
```
Running the script will start the installation and application of chezmoi.

### Manual setup

If you already have chezmoi. You can use chezmoi command.

1. `$ chezmoi init https://github.com/hulk510/dotfiles.git`
Run: `chezmoi init --apply hulk510`

0 comments on commit acaff9c

Please sign in to comment.