update files
This commit is contained in:
parent
09118f860f
commit
92fe578bd2
2 changed files with 2 additions and 14 deletions
|
@ -12,7 +12,7 @@ zsh-defer -t 0.5 source "{{ file }}"
|
||||||
# own files
|
# own files
|
||||||
[plugins.ownfiles]
|
[plugins.ownfiles]
|
||||||
local = "~/.config/zsh/"
|
local = "~/.config/zsh/"
|
||||||
use = ["{env,.p10k}.zsh"]
|
use = ["{env,.p10k,aliases,keybinds,distroicon,transfer}.zsh"]
|
||||||
|
|
||||||
[plugins.zsh-defer]
|
[plugins.zsh-defer]
|
||||||
github = "romkatv/zsh-defer"
|
github = "romkatv/zsh-defer"
|
||||||
|
@ -79,11 +79,6 @@ github = "zsh-users/zsh-syntax-highlighting"
|
||||||
[plugins.powerlevel10k]
|
[plugins.powerlevel10k]
|
||||||
github = "romkatv/powerlevel10k"
|
github = "romkatv/powerlevel10k"
|
||||||
|
|
||||||
# own files
|
|
||||||
[plugins.own-files]
|
|
||||||
local = "~/.config/zsh/"
|
|
||||||
use = ["{aliases,keybinds,distroicon,transfer}.zsh"]
|
|
||||||
|
|
||||||
[plugins.asdf]
|
[plugins.asdf]
|
||||||
local = "/opt/asdf-vm"
|
local = "/opt/asdf-vm"
|
||||||
use = ["asdf.sh"]
|
use = ["asdf.sh"]
|
||||||
|
|
|
@ -9,19 +9,12 @@ bofh; echo " - BOFH"
|
||||||
# powerlevel10k instant prompt
|
# powerlevel10k instant prompt
|
||||||
() { test -r $1 && source $1 } "$XDG_CACHE_HOME"/p10k-instant-prompt-$USERNAME.zsh
|
() { test -r $1 && source $1 } "$XDG_CACHE_HOME"/p10k-instant-prompt-$USERNAME.zsh
|
||||||
|
|
||||||
# ensure zsh cache folder exists
|
|
||||||
mkdir -p "$XDG_CACHE_HOME"/zsh &>/dev/null
|
|
||||||
|
|
||||||
# compinit
|
# compinit
|
||||||
autoload -Uz compinit; compinit -d "$XDG_CACHE_HOME"/zsh/compdump
|
autoload -Uz compinit; mkdir -p "$XDG_CACHE_HOME"/zsh &>/dev/null; compinit -d "$XDG_CACHE_HOME"/zsh/compdump
|
||||||
|
|
||||||
# source from sheldon
|
# source from sheldon
|
||||||
eval "$(sheldon source)"
|
eval "$(sheldon source)"
|
||||||
|
|
||||||
# other themes
|
|
||||||
#_evalcache starship init zsh
|
|
||||||
#_evalcache oh-my-posh init zsh --config /usr/share/oh-my-posh/themes/kali.omp.json
|
|
||||||
|
|
||||||
# eval stuff
|
# eval stuff
|
||||||
_evalcache zoxide init zsh
|
_evalcache zoxide init zsh
|
||||||
_evalcache dircolors -b /usr/share/LS_COLORS/LS_COLORS
|
_evalcache dircolors -b /usr/share/LS_COLORS/LS_COLORS
|
||||||
|
|
Loading…
Add table
Reference in a new issue