![]() 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! |
||
---|---|---|
whyfetch | ||
.envrc | ||
.gitignore | ||
flake.lock | ||
flake.nix | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
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.