diff --git a/.chezmoiignore b/.chezmoiignore index dcc7bcf..2203f92 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,4 +1,9 @@ **/README.md + +{{ if (hasKey . "code") | not }} +.config/Code\ -\ OSS/ +{{- end }} + {{ if (hasKey . "firefox") | not }} .mozilla {{- end }} diff --git a/README.md b/README.md index f8a1edb..cb886ab 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ * [Chezmoi TLDR](#chezmoi-tldr) * [Configs and Applications](#configs-and-applications) * [Requirements](#requirements) +* [Optional Requirements](#optional-requirements) * [Chezmoi Configuration File (Optional)](#chezmoi-configuration-file-optional) * [Initial Setup](#initial-setup) * [Special Notes](#special-notes) @@ -66,6 +67,15 @@ Check out the README's of the various apps for shortcuts, plugin info, etc: The above are only the versions that each package was last known working with. It's likely most would work on earlier versions. +# Optional Requirements + +See the configuration file for enabling + +| Application | Min Version | +| ----------- | ----------- | +| Firefox | ??? | +| Code - OSS | ??? | + # Chezmoi Configuration File (Optional) @@ -87,6 +97,9 @@ Create the chezmoi configuration at `~/.config/chezmoi/chezmoi.toml`: name = "My User" ssl_verify = false +[data.code] # Code OSS (VSCode alternative) + enabled = true + # The following is not currently in use [keepassxc] database = "/home/user/database.kdbx"