Adam Cooper
9a941cb6e3
[bin] New script to start usual TUI's [neovim] Set up nvlime; swap out neodev for lazydev
9 lines
268 B
Bash
Executable file
9 lines
268 B
Bash
Executable file
#!/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
|