update chezmoi env

This commit is contained in:
Simon Rieger 2025-04-10 09:32:58 +02:00
parent de461a0b5a
commit 599e893e97
5 changed files with 11 additions and 15 deletions

View file

@ -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)"

View file

@ -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)

View file

@ -6,10 +6,9 @@
# Set programs that you use
$terminal = kitty
$fileManager = dolphin
$fileManager = pcmanfm
$menu = fuzzel
#################
### AUTOSTART ###
#################

View file

@ -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

View file

@ -1,3 +0,0 @@
#!/bin/sh
~/.fzf/install