all repos — dotfiles @ 8e138b1764bb67007d3b93c873e6339b7d6c5ad2

personal dotfiles

stow: tweak install script
la-ninpre leobrekalini@gmail.com
Mon, 12 Jul 2021 17:10:29 +0300
commit

8e138b1764bb67007d3b93c873e6339b7d6c5ad2

parent

1c50c289f1694c6a1934dc207b8c29442c0edf9d

1 files changed, 5 insertions(+), 1 deletions(-)

jump to
M installinstall

@@ -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