mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-31 02:01:13 +00:00
Updated Installation (markdown)
parent
a20bfadde6
commit
b1361732e8
@ -69,4 +69,20 @@ sudo pip install thefuck
|
||||
# Void Linux
|
||||
```bash
|
||||
sudo xbps-install thefuck
|
||||
```
|
||||
|
||||
#nixOS
|
||||
- my config is made with intended file
|
||||
*configuration.nix*
|
||||
- this config is without flakes
|
||||
```nix
|
||||
environment.systemPackages [
|
||||
# ...
|
||||
# tba
|
||||
thefuck # app which corrects your previous console command
|
||||
];
|
||||
programs.thefuck = {
|
||||
enable = true;
|
||||
alias = "fuck";
|
||||
};
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user