dotfiles/copy.sh

7 lines
130 B
Bash
Raw Normal View History

#!/bin/bash
2021-07-09 17:04:21 -04:00
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &> /dev/null && pwd)"
ln -sf $SCRIPT_DIR/.* ~/
yes | rm -r ~/.git