index
:
dotfiles
main
personal dotfiles
la-ninpre
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
install
6
1 files changed, 5 insertions, 1 deletions
diff --git a/install b/install
index 621a9a2..4de409b 100755
--- a/
install
+++ b/
install
@@ -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