jthegedus / dotfiles

Dotfiles & Developer Environment. Supports Ubuntu2004+, macOS Catalina+, Windows 10 w WSL
MIT License
34 stars 6 forks source link

Install thefuck cli tool #51

Closed jthegedus closed 3 years ago

jthegedus commented 3 years ago

Is your feature request related to a problem? Please describe.

Install and setup https://github.com/nvbn/thefuck in dotfiles

Perhaps an asdf plugin?

jthegedus commented 3 years ago

deps:

sudo apt install python3-dev python3-pip python3-setuptools

installation:

sudo pip3 install thefuck

With asdf installed, perhaps we can rely on python being installed with it?

jthegedus commented 3 years ago

closed in #56