Added in some stuff from hydronium
This commit is contained in:
parent
1c1ef49f20
commit
4eebd9f4bf
19
.zshrc
19
.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
|
||||
|
|
Loading…
Reference in New Issue