Skip to content

Commit

Permalink
Update README with new supported platforms and references
Browse files Browse the repository at this point in the history
  • Loading branch information
hironow committed Oct 12, 2024
1 parent 95eabe2 commit 6f75ac3
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,29 @@ bash -c "$(curl -L raw.githubusercontent.com/hironow/dotfiles/main/install.sh)"
```

> [!NOTE]
> Mac以外(Windows、Linux)は未対応
> Mac, Linux, Windows([WSL](https://learn.microsoft.com/en-us/windows/wsl/)内Linux)へ対応
```shell
# make
make edit
make update-all
make dump

# uv on mise
# uv on mise (use x)
x uv sync

# mise
mise set

# make on mise
x make

# mise env
mise set

# mise env with github credentials (use gh extension)
gh do -- mise set
```

## references

- [mise](https://github.com/jdx/mise)
- [uv](https://github.com/astral-sh/uv)
- [gh do](https://github.com/k1LoW/gh-do)

0 comments on commit 6f75ac3

Please sign in to comment.