fe61dee511
- Move all children from configs/shared into configs. - Delete "shared" directory.
5 lines
94 B
Bash
Executable file
5 lines
94 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
configs="$BRIEFCASE/configs"
|
|
|
|
(cd "$configs" && stow --target="$HOME" .)
|