Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add .local/share/fonts/.keep
Update install-packages-linux.sh
  • Loading branch information
senz committed May 19, 2024
1 parent 763e374 commit d437120
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ chezmoi purge
- [ ] Authorize syncthing
- [ ] Sync Brave settings/extensions...
- [ ] Install CA from `certs/`
- [ ] Install VSCode [Sync Settings](https://marketplace.visualstudio.com/items?itemName=zokugun.sync-settings) extension and `pull`
- [ ] Install VSCode [Sync Settings](https://marketplace.visualstudio.com/items?itemName=zokugun.sync-settings) extension and `download`

<details>
<summary>Sync settings.yml</summary>
Expand Down
Empty file added dot_local/share/fonts/.keep
Empty file.
11 changes: 11 additions & 0 deletions run_once_before_install-packages-linux.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,17 @@ setup_toolbx() {
fi
}

install_fonts() {
echo "Installing fonts"
mkdir -p $HOME/.local/share/fonts

local fonts=(
{{- joinPath .chezmoi.sourceDir "fonts" | include -}}
)

fc-cache -v $HOME/.local/share/fonts
}

{{ if (eq .chezmoi.osRelease.variantID "kinoite") -}}
echo "Installing Kinoite environment"
install_ostree
Expand Down

0 comments on commit d437120

Please sign in to comment.