Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
wardnath authored Oct 27, 2024
1 parent 7605c23 commit 4e77e9a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chezmoi/dot_config/atuin/config.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ auto_sync = true
# update_check = true

## address of the sync server
sync_address = "{{ (ejsonDecrypt "~/.config/params.ejson").atuin_sync_address }}"
sync_address = "{{ (ejsonDecrypt "~/params.ejson").atuin_sync_address }}"

## how often to sync history. note that this is only triggered when a command
## is ran, so sync intervals may well be longer
Expand Down
1 change: 1 addition & 0 deletions devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm"
],
"install-chezmoi": [
"cp -f $(devbox global path)/params.ejson ~/params.ejson",
"chezmoi purge --force && chezmoi init",
"cp -r -f $(devbox global path)/chezmoi/* $(chezmoi source-path)",
"chezmoi apply --no-pager --progress true"
Expand Down
File renamed without changes.

0 comments on commit 4e77e9a

Please sign in to comment.