~kris/dots

srice

ref: 178c9a25a484ead715392d50e21d03df486b8b41 srice/.config/.mksh/load.sh -rw-r--r-- 994 bytes
178c9a25 — Kris Yotam conky: sync proper config from moirai (was the greenred variant) 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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