mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-10-31 20:44:12 +01:00
zsh
This commit is contained in:
parent
1d5217c47f
commit
8381b15def
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)"
|
@ -13,6 +13,8 @@
|
|||||||
~/.config/nvim/init.vim: files/vimrc
|
~/.config/nvim/init.vim: files/vimrc
|
||||||
~/.config/fish: files/fish
|
~/.config/fish: files/fish
|
||||||
~/.config/key-mapper: files/key-mapper
|
~/.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
|
~/.gitignore_global: files/git/gitignore_global
|
||||||
~/.tmux.conf: files/tmux.conf
|
~/.tmux.conf: files/tmux.conf
|
||||||
~/.config/omp: files/omp
|
|
||||||
|
Loading…
Reference in New Issue
Block a user