mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2025-09-05 21:00:42 +00:00
zsh
This commit is contained in:
2057
files/zsh/.antigen.zsh
Normal file
2057
files/zsh/.antigen.zsh
Normal file
File diff suppressed because it is too large
Load Diff
21
files/zsh/.zshrc
Normal file
21
files/zsh/.zshrc
Normal 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)"
|
Reference in New Issue
Block a user