dotfiles/.local/bin/scripts/install_dotfiles.sh

5 lines
47 B
Bash
Executable file

#!/bin/sh
cp -rp . $HOME
cd ..
rm -r dotfiles