Compare commits

...

2 Commits

Author SHA1 Message Date
L. Kraven
f635d81853 Merge branch 'master' of gitea.phasefinal.com:vh/dotfiles 2024-06-20 19:36:56 -07:00
L. Kraven
bc0b3fa135 updated thefk install 2024-06-20 19:36:41 -07:00
2 changed files with 4 additions and 1 deletions

1
.stow-global-ignore Normal file
View File

@@ -0,0 +1 @@
~/.config/tmux/plugins

View File

@@ -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