diff --git a/mise.toml b/mise.toml index 5a6ac93..ce0d912 100644 --- a/mise.toml +++ b/mise.toml @@ -1,2 +1,12 @@ [tools] "cargo:presenterm" = "latest" + +[tasks.big-text] +run = "cargo run -- -q" +dir = "big-text" + +[tasks.draft] +run = "presenterm pimp-my-shell.md --present -xX -t catppuccin-frappe" + +[tasks.presentation] +run = "presenterm pimp-my-shell.md -p -xX -t catppuccin-frappe" \ No newline at end of file