Go to file
firebadnofire 7ef27a9be8
Updated (README.md)
2024-04-08 18:39:07 -04:00
data Updated (data/stable/plugins.json) 2024-04-05 13:54:23 -04:00
plugins Updated (README.md) 2024-04-07 11:53:40 -04:00
themes commit 2024-04-04 16:20:58 -04:00
README.md Updated (README.md) 2024-04-08 18:39:07 -04:00
bs-sync.xml Updated (README.md) 2024-04-08 18:39:07 -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
echo "@reboot /home/william/.config/BetterDiscord/posix.sh > /home/william/.BD-js.log" >> mycron
crontab mycron
rm mycron

To install on Windows

cd %appdata%
rmdir /s /q BetterDiscord
git clone git clone gitea@gitea.archuser.org:firebadnofire/BD-js.git BetterDiscord
Find "%appdata%\BetterDiscord\bs-sync.xml"
Install at Task Scheduler (taskschd.msc)