blob: 232af0ee086d42cb14ed5dca9c32910bd118777e (
plain)
1
2
3
4
5
6
7
|
#!/usr/bin/env bash
mkdir "$HOME/bin"
stow -d bin/ -t "$d/bin" common dmscripts extra
mkdir "$HOME/.config"
stow -d config/ -t "$HOME/.config" essentials common extra theme X
stow -d config/ -t "$HOME/" zshrc
|