diff --git a/updates.txt b/updates.txt index 3a1a4956..256ce899 100644 --- a/updates.txt +++ b/updates.txt @@ -29,11 +29,13 @@ To understand google-font-installer(gfi): visit: https://github.com/lordgiotto/g Check out artix-news on github and look at its source code to understand a basic web-scraper written in python: https://github.com/ryukinix/artix-news -Install artix-news +Neovim is currently in the middle of being set up for testing/debugging, testing comes first as it is far easier to set up: -pip install artix-news +Simply copy the new config/packages lua files and :PackerSync -Even though it might not be necessary, create a paru directory in your ~/.config directory and copy the /etc/paru.conf file into it (for use of doas with paru...) +make sure to install all of the test files (jest should already be set up, but y'know): + +doas npm install -g jest +pip install pytest +cargo install rstest -mkdir ~/.config/paru -doas cp /etc/paru.conf ~/.config/paru