diff --git a/.stow-global-ignore b/.stow-global-ignore new file mode 100644 index 0000000..2809a02 --- /dev/null +++ b/.stow-global-ignore @@ -0,0 +1 @@ +~/.config/tmux/plugins diff --git a/lk-installers/install-thefk b/lk-installers/install-thefk index b66ee97..61d119e 100755 --- a/lk-installers/install-thefk +++ b/lk-installers/install-thefk @@ -1,3 +1,5 @@ sudo apt update sudo apt install python3-dev python3-pip python3-setuptools -pip3 install thefuck --user --break-system-packages +python3 -m venv ~/homebase +source ~/homebase/bin/activate +pip3 install thefuck