dotfiles/copy.sh

7 lines
130 B
Bash
Executable File

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