#!/bin/sh # TODO: make this better. it really sucks. for prg in alacritty bin bash cwm doom-emacs kitty moc mpd nvim starship \ xmonad xmobar newsboat do stow -vDt ~ "$prg" stow -vt ~ "$prg" done