Here are the prerequisites:
- hyprland
- swaybg
- kitty
- matugen
- nvim
- 7z
- unzip
- yazi (optional)
This is just for testing.
I'm testing how git and github work with neovim, specially with the vim-fugitive plugin.
I generated my fine-grained token for my github repo, then store that in my .netrc file. At first it didn't work, I had to make a small modification to the .netrc file to work with vim-fugitive. Here is he the working version of the command:
echo "machine github.com username <user> password <pass>" >> ~/.netrc
Important
Don't use this!