# mksh module loader
# Comment/uncomment modules as needed per machine
_mksh_dir="$HOME/.config/.mksh"
. "$_mksh_dir/core.sh"
. "$_mksh_dir/audiofile.sh"
. "$_mksh_dir/cinefile.sh"
# . "$_mksh_dir/cp.sh" # competitive programming (codeforces, atcoder, leetcode)
# . "$_mksh_dir/irc.sh" # IRC clients (catgirl, weechat, znc, log tools)
# . "$_mksh_dir/sci.sh" # scientific computing, papers, linear algebra, plotting
# . "$_mksh_dir/creator.sh" # recording, streaming, video editing, screenshots
# . "$_mksh_dir/author.sh" # writing tools, dictionaries, prose analysis, publishing
# . "$_mksh_dir/blog.sh" # blogging tools, link checking, archiving, LLM review
# . "$_mksh_dir/photos.sh" # photography, astrophotography, EXIF, RAW processing
. "$_mksh_dir/ai.sh"
# . "$_mksh_dir/cyber.sh" # pentest tools (uncomment on pentest box)
# . "$_mksh_dir/forensic.sh" # puzzle forensics, stego, ciphers, number theory