4 lines
74 B
Bash
Executable File
4 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
stow -v home_root
|
|
stow -v --target=$HOME/.config/ home_config
|