Go to file
firebadnofire 9ccca75296
Updated (README.md)
2024-04-07 11:49:14 -04:00
data Updated (data/stable/plugins.json) 2024-04-05 13:54:23 -04:00
plugins Updated (data/stable/plugins.json) 2024-04-05 13:54:23 -04:00
themes commit 2024-04-04 16:20:58 -04:00
README.md Updated (README.md) 2024-04-07 11:49:14 -04:00
posix.sh Updated (posix.sh) 2024-04-05 13:45:08 -04:00
posixcron.txt Updated (posix.sh) 2024-04-05 13:45:08 -04:00
sync.py Updated (sync.py) 2024-04-04 17:04:41 -04:00

README.md

BD-js

Just a git repo to keep my betterdiscord configs safe.

To install on Linux:

cd ~/.config/
rm -rf BetterDiscord; git clone gitea@gitea.archuser.org:firebadnofire/BD-js.git BetterDiscord
crontab -l > mycron
echo "*/30 * * * * /home/william/.config/BetterDiscord/posix.sh > /home/william/.BD-js.log" >> mycron
crontab mycron
rm mycron