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
|
||||
# ---------
|
||||
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)"
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -6,10 +6,9 @@
|
|||
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$fileManager = dolphin
|
||||
$fileManager = pcmanfm
|
||||
$menu = fuzzel
|
||||
|
||||
|
||||
#################
|
||||
### AUTOSTART ###
|
||||
#################
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
~/.fzf/install
|
Loading…
Add table
Reference in a new issue