813c7f94de
As I pruned increasingly more dependencies, the few dependencies that desktop and laptop hosted were too trivial for me to justify supporting. And so, I no longer support them.
5 lines
101 B
Bash
Executable file
5 lines
101 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
configs="$BRIEFCASE/configs"
|
|
|
|
(cd "$configs/shared" && stow --target="$HOME" .)
|