From bc0b3fa135b2ac40803af94a91be8326a0ff4a9a Mon Sep 17 00:00:00 2001 From: "L. Kraven" Date: Thu, 20 Jun 2024 19:36:41 -0700 Subject: [PATCH] updated thefk install --- .stow-global-ignore | 1 + lk-installers/install-thefk | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .stow-global-ignore 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