a fetch that will make you ask why
Find a file
Artur Manuel c2342850b1
whyfetch: remove an import
i need to make sure i save more
2024-08-03 21:26:09 +01:00
whyfetch whyfetch: remove an import 2024-08-03 21:26:09 +01:00
.gitignore repo: update repo 2024-08-03 21:23:32 +01:00
flake.lock project: init 2024-08-03 21:15:13 +01:00
flake.nix project: init 2024-08-03 21:15:13 +01:00
poetry.lock project: init 2024-08-03 21:15:13 +01:00
pyproject.toml project: init 2024-08-03 21:15:13 +01:00
README.md project: init 2024-08-03 21:15:13 +01:00
result project: init 2024-08-03 21:15:13 +01:00

whyfetch? 🤔

a fetch script that makes you ask why

why whyfetch?

As per tradition when making new dotfiles (as well as the reason why norshfetch and norfetch were archived) I usually create my own fetch script to accompany it. In this case I created a new rice involving Rose Pine which means my other scripts are as such outdated. Especially since they call Linux-only functions. which is abhorrently cringe looking back.

installing (with nix)

You can install this program by running the following in your command line.

% nix profile install "github:amadalusia/whyfetch#whyfetch"

However if you want to install it to your NixOS configuration (particularly with the help of flakes), you can consume the overlay provided by the flake.

installing

Download Nix and then follow the instructions above.

If you want to install the program then the following instructions below will get you there.

% poetry build

This will give you the .whl needed to run pip install on in the dist/ directory.