This commit is contained in:
Niccolo Borgioli 2023-02-27 12:49:00 +01:00
parent 1d5217c47f
commit 8381b15def
No known key found for this signature in database
GPG Key ID: D93C615F75EE4F0B
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)"

View File

@ -13,6 +13,8 @@
~/.config/nvim/init.vim: files/vimrc
~/.config/fish: files/fish
~/.config/key-mapper: files/key-mapper
~/.config/omp: files/omp
~/.zshrc: files/zsh/.zshrc
~/.antigen.zsh: files/zsh/.antigen.zsh
~/.gitignore_global: files/git/gitignore_global
~/.tmux.conf: files/tmux.conf
~/.config/omp: files/omp