dotfiles/scripts/set-config-symlinks.sh
2025-01-11 18:52:18 +00:00

9 lines
184 B
Bash
Executable file

#!/bin/bash
set -ex
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd "$SCRIPT_DIR/.."
stow --no-folding --target "$HOME" --dir "$SCRIPT_DIR" home