Files
dotfiles/.config/yadm/bootstrap.d/thefuck.sh
2022-09-27 03:46:52 +00:00

8 lines
170 B
Bash
Executable File

if ! command -v thefuck &> /dev/null; then
bash $(dirname "$0")/python3.sh
echo 'Installing thefuck'
sudo pip install thefuck
fi
echo 'thefuck is installed'