parent
36bb6c8e29
commit
16dde8776a
4 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
||||||
#assume_yes = true
|
#assume_yes = true
|
||||||
|
|
||||||
# Disable specific steps - same options as the command line flag
|
# Disable specific steps - same options as the command line flag
|
||||||
{{- if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.id "endeavouros")) }}
|
{{- 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"]
|
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 }}
|
{{- 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"]
|
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"]
|
||||||
|
|
|
@ -20,7 +20,7 @@ Aloxaf/fzf-tab
|
||||||
|
|
||||||
# other plugins
|
# other plugins
|
||||||
urbainvaes/fzf-marks
|
urbainvaes/fzf-marks
|
||||||
{{- if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.id "endeavouros")) }}
|
{{- if eq .chezmoi.osRelease.id "endeavouros" }}
|
||||||
sobolevn/wakatime-zsh-plugin
|
sobolevn/wakatime-zsh-plugin
|
||||||
{{- end }}
|
{{- end }}
|
||||||
laggardkernel/zsh-thefuck
|
laggardkernel/zsh-thefuck
|
||||||
|
|
|
@ -65,7 +65,7 @@ export ZSH_CACHE_DIR="$XDG_CACHE_HOME"/zsh
|
||||||
export HISTFILE="$ZSH_CACHE_DIR"/history
|
export HISTFILE="$ZSH_CACHE_DIR"/history
|
||||||
export GPG_TTY="$TTY"
|
export GPG_TTY="$TTY"
|
||||||
unset FZF_MARKS_JUMP
|
unset FZF_MARKS_JUMP
|
||||||
{{- if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.id "endeavouros")) }}
|
{{- if eq .chezmoi.osRelease.id "endeavouros" }}
|
||||||
export DIFFPROG='meld'
|
export DIFFPROG='meld'
|
||||||
{{- end }}
|
{{- end }}
|
||||||
export AUTO_NTFY_DONE_IGNORE="ntfy emacs htop info less mail man meld most mutt nano screen ssh tail tmux top vi vim watch bat cat kate topgrade"
|
export AUTO_NTFY_DONE_IGNORE="ntfy emacs htop info less mail man meld most mutt nano screen ssh tail tmux top vi vim watch bat cat kate topgrade"
|
||||||
|
|
|
@ -9,7 +9,7 @@ unsetopt FLOW_CONTROL
|
||||||
|
|
||||||
# deduplicate path
|
# deduplicate path
|
||||||
typeset -U path PATH
|
typeset -U path PATH
|
||||||
{{- if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.id "endeavouros")) }}
|
{{- if eq .chezmoi.osRelease.id "endeavouros" }}
|
||||||
path+=("$XDG_DATA_HOME"/JetBrains/Toolbox/scripts) # jetbrains toolbox
|
path+=("$XDG_DATA_HOME"/JetBrains/Toolbox/scripts) # jetbrains toolbox
|
||||||
path+=("$XDG_DATA_HOME/mise/shims") # mise
|
path+=("$XDG_DATA_HOME/mise/shims") # mise
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -20,7 +20,7 @@ potentialBanner=('joke bofh' 'joke dad' 'fastfetch')
|
||||||
eval "$potentialBanner[$RANDOM%$#potentialBanner+1]"
|
eval "$potentialBanner[$RANDOM%$#potentialBanner+1]"
|
||||||
|
|
||||||
# antidote
|
# antidote
|
||||||
{{- if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.id "endeavouros")) }}
|
{{- if eq .chezmoi.osRelease.id "endeavouros" }}
|
||||||
source '/usr/share/zsh-antidote/antidote.zsh'
|
source '/usr/share/zsh-antidote/antidote.zsh'
|
||||||
{{- else }}
|
{{- else }}
|
||||||
test -r "$XDG_DATA_HOME"/antidote/antidote.zsh || git clone https://github.com/mattmc3/antidote.git "$XDG_DATA_HOME"/antidote
|
test -r "$XDG_DATA_HOME"/antidote/antidote.zsh || git clone https://github.com/mattmc3/antidote.git "$XDG_DATA_HOME"/antidote
|
||||||
|
@ -33,7 +33,7 @@ antidote load
|
||||||
smartcache eval zoxide init --cmd cd zsh
|
smartcache eval zoxide init --cmd cd zsh
|
||||||
smartcache eval atuin init zsh
|
smartcache eval atuin init zsh
|
||||||
smartcache eval direnv hook zsh
|
smartcache eval direnv hook zsh
|
||||||
{{- if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.id "endeavouros")) }}
|
{{- if eq .chezmoi.osRelease.id "endeavouros" }}
|
||||||
smartcache eval mise activate zsh
|
smartcache eval mise activate zsh
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue