diff --git a/README.md b/README.md index e2756a1..dffcef8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 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 @@ -13,12 +13,21 @@ 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)