1 2 3 4 5 6 7 8 9 10 11 12 13 14
#!/usr/bin/env dash # shellcheck source=/dev/null SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH AUTHORS="Soispha" YEARS="2023" # Start neovim and automatically enable neorg. nvim -c "NeorgStart" -s "$(tmp "printf ':Neorg workspace '")" # vim: ft=sh