a fetch that will make you ask why
Find a file
Artur Manuel 8cc4f4e0ac
feat(refactor): refactored code
the code from earlier was a class ridden sloppy mess with a bug in one part.

i have refactored it to only contain one class full of the data needed, and added some personal changes which i think are nice!
2024-08-05 02:53:32 +01:00
whyfetch feat(refactor): refactored code 2024-08-05 02:53:32 +01:00
.envrc feat(direnv): add direnv 2024-08-04 01:18:49 +01:00
.gitignore feat(direnv): add direnv 2024-08-04 01:18:49 +01:00
flake.lock project: init 2024-08-03 21:15:13 +01:00
flake.nix feat(refactor): refactored code 2024-08-05 02:53:32 +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

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.