This commit is contained in:
2023-02-27 12:49:00 +01:00
parent 1d5217c47f
commit 8381b15def
3 changed files with 2081 additions and 1 deletions

2057
files/zsh/.antigen.zsh Normal file

File diff suppressed because it is too large Load Diff

21
files/zsh/.zshrc Normal file
View File

@@ -0,0 +1,21 @@
# ANTIGEN
source $HOME/.antigen.zsh
export NVM_COMPLETION=true
export NVM_LAZY_LOAD=true
export NVM_AUTO_USE=true
antigen bundle lukechilds/zsh-nvm
antigen bundle agkozak/zsh-z
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-autosuggestions
antigen apply
# GENERAL
# pnpm
export PNPM_HOME="${HOME}/Library/pnpm"
export PATH="$PNPM_HOME:$PATH"
# pnpm end
eval "$(oh-my-posh init zsh)"