diff options
Diffstat (limited to 'install')
| -rwxr-xr-x | install | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ #!/bin/sh -stow -vt ~ * +for prg in alacritty bin bash moc nvim starship xmonad +do + stow -vDt ~ "$prg" + stow -vt ~ "$prg" +done |
