Personal productivity and reference tools: system setup helpers, ICE SSHFS mounting, and a Markdown → Typst helper.
Add new scripts under scripts/ and dotfiles under config/.
- Makefile:
make setup|link-gitconfig|bashrc|link|enable|start|stop|restart|status. - config/.gitconfig, config/.bash_profile: personal settings.
- scripts/md2typ.bash:
md2typhelper (usespandoc, optionalxclip). - scripts/ice/mount-ice.sh: SSHFS mount (tries ice00–ice11, uses
ICE_PASSWORD). - scripts/ice/ssh-ice.exp: Expect SSH login using
ICE_PASSWORD. - systemd/ice.service: systemd oneshot unit (start mount, stop unmount).
- .env: config + secrets (don’t commit real passwords).
Personal setup:
make setup
ICE mount:
- Set
ICE_PASSWORDin.env. make link && make enable && make startmake status
sshfs, fuse/fusermount, expect, pandoc (optional xclip).


