update chezmoi env
This commit is contained in:
parent
de461a0b5a
commit
599e893e97
5 changed files with 11 additions and 15 deletions
|
@ -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)"
|
||||||
|
|
|
@ -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)
|
||||||
|
|
|
@ -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 ###
|
||||||
#################
|
#################
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
~/.fzf/install
|
|
Loading…
Add table
Reference in a new issue