2024-06-17 13:40:36 +00:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# start-tuis.sh
|
|
|
|
#
|
|
|
|
# Convenience script to start up my usual TUIs
|
|
|
|
|
2024-07-27 04:58:33 +00:00
|
|
|
alacritty msg create-window --title joplin --command /home/adam/.config/nvm/versions/node/v20.11.1/bin/joplin
|
2024-06-17 13:40:36 +00:00
|
|
|
alacritty msg create-window --title newsboat --command newsboat
|
|
|
|
alacritty msg create-window --title aerc --command aerc
|