Added pyenv and pre-commit installation
This commit is contained in:
parent
8d9cfe4473
commit
34c68d9104
2 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
if status is-interactive
|
||||
set -Ux PYENV_ROOT $HOME/.pyenv
|
||||
fish_add_path -p $PYENV_ROOT/shims
|
||||
switch (whoami)
|
||||
# Corporate machine
|
||||
case Ivan_Golikov
|
||||
|
@ -11,6 +13,7 @@ if status is-interactive
|
|||
fish_add_path -a /usr/local/opt/node@18/bin
|
||||
end
|
||||
|
||||
pyenv init - fish | source
|
||||
fzf --fish | source
|
||||
# keeping this in the end
|
||||
zoxide init fish | source
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
- git
|
||||
- difftastic
|
||||
- tldr
|
||||
- pyenv
|
||||
|
||||
brew_packages:
|
||||
- pipx
|
||||
|
@ -22,6 +23,7 @@
|
|||
pipx_packages:
|
||||
- poetry
|
||||
- basedpyright
|
||||
- pre-commit
|
||||
|
||||
macos_fish_path: /usr/local/bin/fish
|
||||
arch_fish_path: /usr/bin/fish
|
||||
|
|
Loading…
Reference in a new issue