Skip to content

Commit

Permalink
🎨 juftin.com/dotfiles/get
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Mar 2, 2024
1 parent 809eb9f commit 1a60835
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
jobs:
release:
name: docs
if: github.repository_owner == 'juftin'
runs-on: ubuntu-latest
permissions:
pages: write
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ my personal dotfiles
### Automatic

```shell
/bin/bash -c "$(curl -fsSL https://juftin.com/dotfiles/bootstrap.sh)"
/bin/bash -c "$(curl -fsSL https://juftin.com/dotfiles/get)"
```

<!--skip-->
Expand All @@ -37,7 +37,7 @@ docker run --rm -it \
/bin/bash -c \
'apt update -qq &>/dev/null && \
apt install -qq -y curl &>/dev/null && \
/bin/bash -c "$(curl -fsSL https://juftin.com/dotfiles/bootstrap.sh)" && \
/bin/bash -c "$(curl -fsSL https://juftin.com/dotfiles/get)" && \
zsh'
```

Expand Down
2 changes: 1 addition & 1 deletion docs/gen_pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
# Read the bootstrap.sh content
bootstrap_content = Path("bootstrap.sh").read_bytes()
# Write the bootstrap.sh content to the output file
with mkdocs_gen_files.open("bootstrap.sh", "wb") as bootstrap_file:
with mkdocs_gen_files.open("get", "wb") as bootstrap_file:
bootstrap_file.write(bootstrap_content)

0 comments on commit 1a60835

Please sign in to comment.