Added pyenv and pre-commit installation

This commit is contained in:
Ivan Golikov 2024-12-30 12:21:42 +01:00
parent 8d9cfe4473
commit 34c68d9104
2 changed files with 5 additions and 0 deletions

View file

@ -1,4 +1,6 @@
if status is-interactive if status is-interactive
set -Ux PYENV_ROOT $HOME/.pyenv
fish_add_path -p $PYENV_ROOT/shims
switch (whoami) switch (whoami)
# Corporate machine # Corporate machine
case Ivan_Golikov case Ivan_Golikov
@ -11,6 +13,7 @@ if status is-interactive
fish_add_path -a /usr/local/opt/node@18/bin fish_add_path -a /usr/local/opt/node@18/bin
end end
pyenv init - fish | source
fzf --fish | source fzf --fish | source
# keeping this in the end # keeping this in the end
zoxide init fish | source zoxide init fish | source

View file

@ -12,6 +12,7 @@
- git - git
- difftastic - difftastic
- tldr - tldr
- pyenv
brew_packages: brew_packages:
- pipx - pipx
@ -22,6 +23,7 @@
pipx_packages: pipx_packages:
- poetry - poetry
- basedpyright - basedpyright
- pre-commit
macos_fish_path: /usr/local/bin/fish macos_fish_path: /usr/local/bin/fish
arch_fish_path: /usr/bin/fish arch_fish_path: /usr/bin/fish