ops: add script to run stow
This commit is contained in:
parent
7fe1191283
commit
fb881bc715
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Create symbolic links into the home directory
|
||||||
|
stow -v -R -t ~ .
|
||||||
|
|
Loading…
Reference in New Issue