diff --git a/dot_config/sheldon/plugins.toml b/dot_config/sheldon/plugins.toml index 6bf13ef..a3c6841 100644 --- a/dot_config/sheldon/plugins.toml +++ b/dot_config/sheldon/plugins.toml @@ -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] diff --git a/dot_config/zsh/rc.zsh b/dot_config/zsh/rc.zsh index e90fcb8..44de57c 100644 --- a/dot_config/zsh/rc.zsh +++ b/dot_config/zsh/rc.zsh @@ -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