Skip to content

Commit

Permalink
Update devbox.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wardnath authored Nov 3, 2024
1 parent dacd9c6 commit dbb89a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
"git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm"
],
"install-chezmoi": [
"cp -f $(devbox global path)/params.ejson /opt/ejson/params.ejson",
"cp $(devbox global path)/params.ejson /opt/ejson/params.ejson",
"chezmoi purge --force && chezmoi init",
"cp -r -f $(devbox global path)/chezmoi/* $(chezmoi source-path)",
"cp -r $(devbox global path)/chezmoi/* $(chezmoi source-path)",
"chezmoi apply --no-pager --progress true"
],
"latest-hash": [
Expand Down

0 comments on commit dbb89a1

Please sign in to comment.