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]
|
[plugins.autosuggestions]
|
||||||
github = "zsh-users/zsh-autosuggestions"
|
github = "zsh-users/zsh-autosuggestions"
|
||||||
|
|
||||||
|
#[plugins.autocomplete]
|
||||||
|
#github = "marlonrichert/zsh-autocomplete"
|
||||||
|
|
||||||
[plugins.syntaxhighlighting]
|
[plugins.syntaxhighlighting]
|
||||||
github = "zsh-users/zsh-syntax-highlighting"
|
github = "zsh-users/zsh-syntax-highlighting"
|
||||||
|
|
||||||
|
@ -98,14 +101,14 @@ local = "~/.config/zsh/files/"
|
||||||
use = ["sshcomp.zsh"]
|
use = ["sshcomp.zsh"]
|
||||||
|
|
||||||
# themes
|
# themes
|
||||||
[plugins.powerlevel10k]
|
#[plugins.powerlevel10k]
|
||||||
github = "romkatv/powerlevel10k"
|
#github = "romkatv/powerlevel10k"
|
||||||
|
|
||||||
#[plugins.starship]
|
#[plugins.starship]
|
||||||
#inline = "_evalcache starship init zsh --print-full-init"
|
#inline = "_evalcache starship init zsh --print-full-init"
|
||||||
|
|
||||||
#[plugins.ohmyposh]
|
[plugins.ohmyposh]
|
||||||
#inline = "_evalcache oh-my-posh init zsh"
|
inline = "_evalcache oh-my-posh init zsh"
|
||||||
|
|
||||||
# evals
|
# evals
|
||||||
[plugins.zoxide]
|
[plugins.zoxide]
|
||||||
|
|
|
@ -6,7 +6,9 @@ potentialBanner=('bofh; echo " - BOFH"' 'fastfetch' 'hackerquotes' 'colorscript
|
||||||
eval "$potentialBanner[$RANDOM%$#potentialBanner+1]"
|
eval "$potentialBanner[$RANDOM%$#potentialBanner+1]"
|
||||||
|
|
||||||
# ohmyposh theme
|
# 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]"
|
export POSH_THEME="/usr/share/oh-my-posh/themes/$potentialTheme[$RANDOM%$#potentialTheme+1]"
|
||||||
|
|
||||||
# and source plugins
|
# and source plugins
|
||||||
|
|
Loading…
Add table
Reference in a new issue