diff --git a/.chezmoitemplates/fzf-bash_linux.tmpl b/.chezmoitemplates/fzf-bash_linux.tmpl index 76ae94a..8226a23 100644 --- a/.chezmoitemplates/fzf-bash_linux.tmpl +++ b/.chezmoitemplates/fzf-bash_linux.tmpl @@ -1,7 +1,7 @@ # Setup fzf # --------- -if [[ ! "$PATH" == */home/simono41/.fzf/bin* ]]; then - PATH="${PATH:+${PATH}:}/home/simono41/.fzf/bin" +if [[ ! "$PATH" == *{{ .chezmoi.homeDir }}/.fzf/bin* ]]; then + PATH="${PATH:+${PATH}:}{{ .chezmoi.homeDir }}/.fzf/bin" fi eval "$(fzf --bash)" diff --git a/.chezmoitemplates/fzf-zsh_linux.tmpl b/.chezmoitemplates/fzf-zsh_linux.tmpl index ef6909e..f73f116 100644 --- a/.chezmoitemplates/fzf-zsh_linux.tmpl +++ b/.chezmoitemplates/fzf-zsh_linux.tmpl @@ -1,7 +1,7 @@ # Setup fzf # --------- -if [[ ! "$PATH" == */home/simono41/.fzf/bin* ]]; then - PATH="${PATH:+${PATH}:}/home/simono41/.fzf/bin" +if [[ ! "$PATH" == *{{ .chezmoi.homeDir }}/.fzf/bin* ]]; then + PATH="${PATH:+${PATH}:}{{ .chezmoi.homeDir }}/.fzf/bin" fi source <(fzf --zsh) diff --git a/dot_config/hypr/programs.conf.tmpl b/dot_config/hypr/programs.conf.tmpl index fc6774a..a9ca772 100644 --- a/dot_config/hypr/programs.conf.tmpl +++ b/dot_config/hypr/programs.conf.tmpl @@ -6,10 +6,9 @@ # Set programs that you use $terminal = kitty -$fileManager = dolphin +$fileManager = pcmanfm $menu = fuzzel - ################# ### AUTOSTART ### ################# diff --git a/dot_gtk-bookmarks.tmpl b/dot_gtk-bookmarks.tmpl index dd0a414..475b766 100644 --- a/dot_gtk-bookmarks.tmpl +++ b/dot_gtk-bookmarks.tmpl @@ -1,6 +1,6 @@ -file:///home/{{ .chezmoi.username }}/Bilder Bilder -file:///home/{{ .chezmoi.username }}/Dokumente Dokumente -file:///home/{{ .chezmoi.username }}/Downloads Downloads -file:///home/{{ .chezmoi.username }}/Musik Musik -file:///home/{{ .chezmoi.username }}/Public Public -file:///home/{{ .chezmoi.username }}/Videos Videos +file://{{ .chezmoi.homeDir }}/Bilder Bilder +file://{{ .chezmoi.homeDir }}/Dokumente Dokumente +file://{{ .chezmoi.homeDir }}/Downloads Downloads +file://{{ .chezmoi.homeDir }}/Musik Musik +file://{{ .chezmoi.homeDir }}/Public Public +file://{{ .chezmoi.homeDir }}/Videos Videos diff --git a/run_onchange_fzf.sh b/run_onchange_fzf.sh deleted file mode 100755 index 45a09d9..0000000 --- a/run_onchange_fzf.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -~/.fzf/install