Skip to content

Commit

Permalink
discord: skip host update requirement idempotent key replace
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Jul 28, 2024
1 parent eb9e521 commit eec417e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ link: fontguard && check
fd --base-directory share/ --max-depth 1 --no-ignore-vcs -a -x ln -sfn {} {{CONFIG_HOME}}/
# OS specific links
ln -sf $PWD/config/alacritty/{{os()}}.toml config/alacritty/os.toml
# key specific overrides (using whyq)
yq -i '.SKIP_HOST_UPDATE=true' --input=json ~/.config/discord/settings.json

# font guard helper
fontguard:
Expand Down

0 comments on commit eec417e

Please sign in to comment.