From 7e854674b48f20a0695a591f9b7b04a61a16c10c Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sat, 17 Feb 2018 20:22:48 +0100 Subject: [PATCH] Add thefuck to pip packages to install. --- packages/packages.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/packages.sh b/packages/packages.sh index 8f15fe9..e146eb1 100755 --- a/packages/packages.sh +++ b/packages/packages.sh @@ -107,7 +107,9 @@ fi # Python3 if has_tags pm:pip3; then - pip3_install powerline-status + pip3_install \ + powerline-status \ + thefuck fi # change default terminal to urxvt