Monday, November 20, 2023

Set up Stockfish, lc0 (Ergodice), Nibbler, Scid

 Download and unzip makeFish.sh and makeScid.sh into ~/Downloads.  Make them executable with chmod +x ./makeFish.sh etc. Then run the following script.

Copy your xxxxx.desktop launch files to ~/.local/share/applications/
and then run 'update-desktop-database'


If you want cron:
yay -S cronie

systemctl enable cronie.service
systemctl start cronie.service

No comments:

Post a Comment

Microsoft fonts on Arch

  yay -S ttf-ms-fonts ttf-selawik To achieve Microsoft-level font clarity on Arch Linux after installing Microsoft fonts, you'll need to...