diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2021-07-12 17:10:29 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2021-07-12 17:10:29 +0300 |
| commit | 8e138b1764bb67007d3b93c873e6339b7d6c5ad2 (patch) | |
| tree | b5a05da89ca23cebb8a10a352af571447c4f0f28 /install | |
| parent | 1c50c289f1694c6a1934dc207b8c29442c0edf9d (diff) | |
| download | dotfiles-8e138b1764bb67007d3b93c873e6339b7d6c5ad2.tar.gz dotfiles-8e138b1764bb67007d3b93c873e6339b7d6c5ad2.zip | |
stow: tweak install script
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 |
