Add deployment script for distro agnostic dotfiles
This commit is contained in:
parent
ccac03f685
commit
862e544a71
2 changed files with 7 additions and 1 deletions
6
dotfiles/deploy.sh
Executable file
6
dotfiles/deploy.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
for f in *; do
|
||||
[ -d "$f" ] && ln -svf "$PWD/$f" "$HOME/.config"
|
||||
done
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue