updated antidote
This commit is contained in:
parent
f645247321
commit
be8b4ff00b
2 changed files with 5 additions and 0 deletions
|
@ -3,7 +3,11 @@
|
|||
#assume_yes = true
|
||||
|
||||
# Disable specific steps - same options as the command line flag
|
||||
{{- if eq .chezmoi.osRelease.id "endeavouros" }}
|
||||
disable = ["tldr", "pip3", "node", "vim", "git_repos", "containers", "asdf", "distrobox", "helix", "composer", "yarn", "cargo", "remotes", "rustup", "vscode", "powershell", "dotnet", "flatpak", "shell", "snap", "sheldon", "clam_av_db"]
|
||||
{{- else }}
|
||||
disable = ["tldr", "pip3", "node", "vim", "git_repos", "containers", "asdf", "distrobox", "helix", "composer", "yarn", "cargo", "remotes", "rustup", "vscode", "powershell", "dotnet", "flatpak", "shell", "snap", "firmware", "sheldon", "clam_av_db"]
|
||||
{{- end }}
|
||||
|
||||
# Skip Notify
|
||||
skip_notify = true
|
||||
|
|
|
@ -40,6 +40,7 @@ export GNUPGHOME="$XDG_DATA_HOME"/gnupg
|
|||
export W3M_DIR="$XDG_DATA_HOME"/w3m
|
||||
export GIBO_BOILERPLATES="$XDG_DATA_HOME"/giboboilerplates
|
||||
export REDISCLI_HISTFILE="$XDG_DATA_HOME"/redis/history
|
||||
export IPFS_PATH="$XDG_DATA_HOME"/ipfs
|
||||
|
||||
# other programs
|
||||
export LESSHISTFILE="$XDG_STATE_HOME"/less/history
|
||||
|
|
Loading…
Add table
Reference in a new issue