Skip to content

Commit

Permalink
🚜 Updates bun, uv, and refreshes docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftriplett committed Aug 23, 2024
1 parent 7f61265 commit b0f435b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,14 @@ run("just --justfile=./home/justfile", with_console=True)
$ just --justfile=./home/justfile

Available recipes:
bootstrap # installs/updates all dependencies
bootstrap # installs/updates all dependencies
cleanup DAYS="0"
fmt # format and overwrite justfile
fmt # format and overwrite justfile
freeze # Updates our lockfiles without installing dependencies
lock # alias for `freeze`
homebrew-services
install
kill-tabs # Kill all Chrome tabs to improve performance, decrease battery usage, and save memory.
lock # Updates our lockfiles without installing dependencies
kill-tabs # Kill all Chrome tabs to improve performance, decrease battery usage, and save memory.
macos-timemachine-boost
macos-timemachine-boost-complete
macos-timemachine-delete *ARGS
Expand All @@ -62,21 +63,27 @@ Available recipes:
ollama-copy-plist
ollama-diff-plist
ollama-download
ollama-getenv
ollama-list
ollama-serve *ARGS
ollama-setenv
open-docs
open-go
open-ha
open-syncthing
outdated
pip-install *ARGS
pip-uninstall *ARGS
pipx-upgrade
pipx-upgrade-all
postgresql-upgrade
pyenv-upgrade +ARGS="--skip-existing"
pyenv-upgrade-all +ARGS="--skip-existing"
python-update
restart
stop
update # updates a project to run at its current version
update # updates a project to run at its current version
upgrade
upgrade-all
virtualenv-scan
virtualenv-upgrade
virtualenv-workon
Expand Down
2 changes: 1 addition & 1 deletion home/.tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# ruby 3.1.2
# starship latest
# yarn 1.22.19
bun 1.1.1
bun 1.1.25
go 1.22.2
node 20.10.0
node 20.11.0
Expand Down
4 changes: 2 additions & 2 deletions home/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ _homebrew-services-restart:
bunx kill-tabs

@_update-brewfile:
cd "$HOME/.homesick/repos/dotfiles/home" && pipx run --no-cache --quiet --spec cogapp cog -Pr ./Brewfile.cog
cd "$HOME/.homesick/repos/dotfiles/home" && uv run --with cogapp cog -Pr ./Brewfile.cog

@_update-readme-docs:
cd "$HOME/.homesick/repos/dotfiles" && pipx run --no-cache --quiet --spec cogapp cog -Pr ./README.md
cd "$HOME/.homesick/repos/dotfiles" && uv run --with cogapp cog -Pr ./README.md

0 comments on commit b0f435b

Please sign in to comment.