aboutsummaryrefslogtreecommitdiffstats
path: root/install
blob: f5bae3067cd5c85ba07d63027892ef71cbc245dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# TODO: make this better. it really sucks.

for prg in alacritty bin bash doom-emacs kitty moc mpd nvim starship xmonad \
    newsboat
do
    stow -vDt ~ "$prg"
    stow -vt ~ "$prg"
done