Browse Source

Making Code OSS (VSCode) optional

pull/2/head
Ryan Reed 3 years ago
parent
commit
7ca28ac3d9
2 changed files with 18 additions and 0 deletions
  1. +5
    -0
      .chezmoiignore
  2. +13
    -0
      README.md

+ 5
- 0
.chezmoiignore View File

@ -1,4 +1,9 @@
**/README.md **/README.md
{{ if (hasKey . "code") | not }}
.config/Code\ -\ OSS/
{{- end }}
{{ if (hasKey . "firefox") | not }} {{ if (hasKey . "firefox") | not }}
.mozilla .mozilla
{{- end }} {{- end }}


+ 13
- 0
README.md View File

@ -15,6 +15,7 @@
* [Chezmoi TLDR](#chezmoi-tldr) * [Chezmoi TLDR](#chezmoi-tldr)
* [Configs and Applications](#configs-and-applications) * [Configs and Applications](#configs-and-applications)
* [Requirements](#requirements) * [Requirements](#requirements)
* [Optional Requirements](#optional-requirements)
* [Chezmoi Configuration File (Optional)](#chezmoi-configuration-file-optional) * [Chezmoi Configuration File (Optional)](#chezmoi-configuration-file-optional)
* [Initial Setup](#initial-setup) * [Initial Setup](#initial-setup)
* [Special Notes](#special-notes) * [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. 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) # Chezmoi Configuration File (Optional)
@ -87,6 +97,9 @@ Create the chezmoi configuration at `~/.config/chezmoi/chezmoi.toml`:
name = "My User" name = "My User"
ssl_verify = false ssl_verify = false
[data.code] # Code OSS (VSCode alternative)
enabled = true
# The following is not currently in use # The following is not currently in use
[keepassxc] [keepassxc]
database = "/home/user/database.kdbx" database = "/home/user/database.kdbx"


Loading…
Cancel
Save