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

for prg in alacritty bin bash moc nvim starship xmonad
do
    stow -vDt ~ "$prg"
    stow -vt ~ "$prg"
done