install (view raw)
1#!/bin/sh 2 3for prg in alacritty bin bash moc nvim starship xmonad 4do 5 stow -vDt ~ "$prg" 6 stow -vt ~ "$prg" 7done