mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-16 23:34:42 +04:00
9 lines
184 B
Bash
Executable file
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
|