Update .config/sheldon/plugins.toml
Update .config/zsh/rc.zsh
This commit is contained in:
parent
4803e74e77
commit
7984b858c7
2 changed files with 10 additions and 5 deletions
|
@ -80,6 +80,9 @@ github = "MichaelAquilina/zsh-you-should-use"
|
|||
[plugins.autosuggestions]
|
||||
github = "zsh-users/zsh-autosuggestions"
|
||||
|
||||
#[plugins.autocomplete]
|
||||
#github = "marlonrichert/zsh-autocomplete"
|
||||
|
||||
[plugins.syntaxhighlighting]
|
||||
github = "zsh-users/zsh-syntax-highlighting"
|
||||
|
||||
|
@ -98,14 +101,14 @@ local = "~/.config/zsh/files/"
|
|||
use = ["sshcomp.zsh"]
|
||||
|
||||
# themes
|
||||
[plugins.powerlevel10k]
|
||||
github = "romkatv/powerlevel10k"
|
||||
#[plugins.powerlevel10k]
|
||||
#github = "romkatv/powerlevel10k"
|
||||
|
||||
#[plugins.starship]
|
||||
#inline = "_evalcache starship init zsh --print-full-init"
|
||||
|
||||
#[plugins.ohmyposh]
|
||||
#inline = "_evalcache oh-my-posh init zsh"
|
||||
[plugins.ohmyposh]
|
||||
inline = "_evalcache oh-my-posh init zsh"
|
||||
|
||||
# evals
|
||||
[plugins.zoxide]
|
||||
|
|
|
@ -6,7 +6,9 @@ potentialBanner=('bofh; echo " - BOFH"' 'fastfetch' 'hackerquotes' 'colorscript
|
|||
eval "$potentialBanner[$RANDOM%$#potentialBanner+1]"
|
||||
|
||||
# ohmyposh theme
|
||||
potentialTheme=('atomic.omp.json' 'emodipt-extend.omp.json' 'chips.omp.json' '1_shell.omp.json' 'honukai.omp.json' 'if_tea.omp.json' 'illusi0n.omp.json' 'kali.omp.json' 'lambda.omp.json' 'lambdageneration.omp.json' 'nordtron.omp.json' 'pure.omp.json' 'uew.omp.json' 'tokyo.omp.json')
|
||||
potentialTheme=('atomic.omp.json' 'emodipt-extend.omp.json' 'chips.omp.json' '1_shell.omp.json' 'kali.omp.json' 'lambda.omp.json' 'nordtron.omp.json' 'pure.omp.json' 'uew.omp.json')
|
||||
export POSH_TOOLTIP=false
|
||||
export POSH_TRANSIENT=true
|
||||
export POSH_THEME="/usr/share/oh-my-posh/themes/$potentialTheme[$RANDOM%$#potentialTheme+1]"
|
||||
|
||||
# and source plugins
|
||||
|
|
Loading…
Add table
Reference in a new issue