From 9979f47394d747bd62e2d442f4b77c4e1f6a0f08 Mon Sep 17 00:00:00 2001 From: PorridgePi Date: Tue, 27 Sep 2022 03:46:52 +0000 Subject: [PATCH] bootstrap: thefuck: Initial commit --- .config/yadm/bootstrap.d/thefuck.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 .config/yadm/bootstrap.d/thefuck.sh diff --git a/.config/yadm/bootstrap.d/thefuck.sh b/.config/yadm/bootstrap.d/thefuck.sh new file mode 100755 index 0000000..205ee62 --- /dev/null +++ b/.config/yadm/bootstrap.d/thefuck.sh @@ -0,0 +1,7 @@ +if ! command -v thefuck &> /dev/null; then + bash $(dirname "$0")/python3.sh + echo 'Installing thefuck' + sudo pip install thefuck +fi + +echo 'thefuck is installed'