From 34c68d9104d4adf7429e9fd8c565d3ec29c7e125 Mon Sep 17 00:00:00 2001 From: Ivan Golikov Date: Mon, 30 Dec 2024 12:21:42 +0100 Subject: [PATCH] Added pyenv and pre-commit installation --- .config/fish/config.fish | 3 +++ .local/share/dotfiles/install_dev_tools.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index d9acffb..2c03af8 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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 diff --git a/.local/share/dotfiles/install_dev_tools.yml b/.local/share/dotfiles/install_dev_tools.yml index cae4e9b..906cf1f 100644 --- a/.local/share/dotfiles/install_dev_tools.yml +++ b/.local/share/dotfiles/install_dev_tools.yml @@ -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