From ec5dc4d93af9c57304ecc2c5468ad10225707d71 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sat, 20 Mar 2021 17:10:58 -0500 Subject: feat: added configs --- zshrc | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 zshrc (limited to 'zshrc') diff --git a/zshrc b/zshrc new file mode 100755 index 0000000..e7dc7fd --- /dev/null +++ b/zshrc @@ -0,0 +1,32 @@ +[[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]] && source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" + +ZSH_BASE=$HOME/dotfiles # Base directory for ZSH configuration + +source $ZSH_BASE/zsh/setopt.zsh + +source $ZSH_BASE/zsh/completion.zsh +[ -f $ZSH_BASE/fzf/shell/completion.zsh ] && source $ZSH_BASE/fzf/shell/completion.zsh + +source $ZSH_BASE/zsh/prompt.zsh +source $ZSH_BASE/zsh/aliases.zsh +source $ZSH_BASE/zsh/functions.zsh + +[ -n "${WSL_DISTRO_NAME+1}" ] && source $ZSH_BASE/zsh/wsl.zsh + +source $ZSH_BASE/zsh/keybindings.zsh +[ -f $ZSH_BASE/fzf/shell/key-bindings.zsh ] && source $ZSH_BASE/fzf/shell/key-bindings.zsh + +source $ZSH_BASE/antigen/antigen.zsh # Load Antigen + + +antigen use oh-my-zsh +antigen bundle git +antigen bundle fzf +antigen bundle dotnet +antigen bundle docker +antigen bundle docker-compose +antigen bundle command-not-found +antigen bundle zsh-users/zsh-syntax-highlighting +antigen bundle zsh-users/zsh-autosuggestions +antigen theme romkatv/powerlevel10k.git +antigen apply -- cgit v1.2.3-70-g09d2