Adam Cooper
b49716c6f1
awesome - Change font of top bar - Fix indentation bin - start-tuis.sh neovim - Some new plugins newsboat - Remove nitter items zsh - Minor tweaks
9 lines
309 B
Bash
Executable file
9 lines
309 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# start-tuis.sh
|
|
#
|
|
# Convenience script to start up my usual TUIs
|
|
|
|
alacritty msg create-window --title joplin --command /home/adam/.config/nvm/versions/node/v20.11.1/bin/joplin
|
|
alacritty msg create-window --title newsboat --command newsboat
|
|
alacritty msg create-window --title aerc --command aerc
|