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 # Setup fzf
# --------- # ---------
if [[ ! "$PATH" == */home/simono41/.fzf/bin* ]]; then if [[ ! "$PATH" == *{{ .chezmoi.homeDir }}/.fzf/bin* ]]; then
PATH="${PATH:+${PATH}:}/home/simono41/.fzf/bin" PATH="${PATH:+${PATH}:}{{ .chezmoi.homeDir }}/.fzf/bin"
fi fi
eval "$(fzf --bash)" eval "$(fzf --bash)"

View file

@ -1,7 +1,7 @@
# Setup fzf # Setup fzf
# --------- # ---------
if [[ ! "$PATH" == */home/simono41/.fzf/bin* ]]; then if [[ ! "$PATH" == *{{ .chezmoi.homeDir }}/.fzf/bin* ]]; then
PATH="${PATH:+${PATH}:}/home/simono41/.fzf/bin" PATH="${PATH:+${PATH}:}{{ .chezmoi.homeDir }}/.fzf/bin"
fi fi
source <(fzf --zsh) source <(fzf --zsh)

View file

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

View file

@ -1,6 +1,6 @@
file:///home/{{ .chezmoi.username }}/Bilder Bilder file://{{ .chezmoi.homeDir }}/Bilder Bilder
file:///home/{{ .chezmoi.username }}/Dokumente Dokumente file://{{ .chezmoi.homeDir }}/Dokumente Dokumente
file:///home/{{ .chezmoi.username }}/Downloads Downloads file://{{ .chezmoi.homeDir }}/Downloads Downloads
file:///home/{{ .chezmoi.username }}/Musik Musik file://{{ .chezmoi.homeDir }}/Musik Musik
file:///home/{{ .chezmoi.username }}/Public Public file://{{ .chezmoi.homeDir }}/Public Public
file:///home/{{ .chezmoi.username }}/Videos Videos file://{{ .chezmoi.homeDir }}/Videos Videos

View file

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