10 lines
268 B
Bash
10 lines
268 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
# start-tuis.sh
|
||
|
#
|
||
|
# Convenience script to start up my usual TUIs
|
||
|
|
||
|
alacritty msg create-window --title joplin --command $NVM_BIN/joplin
|
||
|
alacritty msg create-window --title newsboat --command newsboat
|
||
|
alacritty msg create-window --title aerc --command aerc
|