Configuration files, programs, packages and scripts I use for personal, gaming and software development use.
- ai: AI docs and setup scripts
- bin: Bash utility scripts
- bin/setup.sh: Interactive initial setup script
- setup: Setup scripts
- templates: Custom templates to simplify new project creation
- Copy .sample.env to
.env - Edit
.envto suit your needs and optionally set a custom config directory location - Setup your
configdirectory (git ignored):packages/gnome-extension.list.txt: Gnome Shell Extensions, update withgnome-extensions list --user > config/packages/gnome-extension.list.txtpackages/flatpak.list.txt: Flatpak apps, update withflatpak list --app --columns=application | tail -n +1 > config/packages/flatpak.list.txtprofile.png: The PNG image to use for your user profile imagewallpaper.jpg: The JPG image to use for your desktop wallpapercrontab.txt: Crontab config, update withcrontab -l > config/crontab.txt
- Run bin/setup.sh:
bash ./bin/setup.sh