From 4eebd9f4bf3ac8c2ab8c74c16959eaf8d043ee12 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Sat, 29 May 2021 20:10:40 -0400 Subject: [PATCH] Added in some stuff from hydronium --- .zshrc | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/.zshrc b/.zshrc index c4d26f3..7a77aab 100644 --- a/.zshrc +++ b/.zshrc @@ -1,4 +1,5 @@ -#Joe added this, uwu! +# Joe added this: +#neofetch | lolcat uwufetch # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. @@ -80,7 +81,15 @@ ZSH_THEME="powerlevel10k/powerlevel10k" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git) +plugins=( + fzf + git + history-substring-search + colored-man-pages + zsh-autosuggestions + zsh-syntax-highlighting + zsh-z +) source $ZSH/oh-my-zsh.sh @@ -110,8 +119,10 @@ source $ZSH/oh-my-zsh.sh # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" -# Added this for dotfiles alias, may want to make a custom config folder later. -alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' +[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh + +export FZF_DEFAULT_COMMAND='fdfind --type f' +export FZF_DEFAULT_OPTS="--layout=reverse --inline-info --height=80%" # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh