Skip to content

Commit

Permalink
minor: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuN6211 committed Sep 29, 2024
1 parent 5789d01 commit 9308e6f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# dotfiles

![](https://github.com/ShuN6211/dotfiles/workflows/macOS/badge.svg)
![](https://github.com/ShuN6211/dotfiles/workflows/Lint/badge.svg)

- My dotfiles: config files and build scripts.
- I follow the design specified in [XDG_Base_Directory](https://wiki.archlinux.org/title/XDG_Base_Directory).

Expand All @@ -14,6 +17,15 @@

## Install

- Install via curl.

```shell
curl -sL https://raw.githubusercontent.com/ShuN6211/dotfiles/refs/heads/main/install.sh | sh
```

- Install on local.

```shell
git clone git@github.com:ShuN6211/dotfiles.git
/bash/bin/ ./scripts/setup.bash
```

0 comments on commit 9308e6f

Please sign in to comment.