DashNix/copy_dotfiles.sh
2024-04-15 18:52:30 +02:00

8 lines
257 B
Bash
Executable file

find $PWD -maxdepth 1 -mindepth 0 -exec ln -s '{}' $HOME/.config/ \;
unlink $HOME/.config/.git
unlink $HOME/.config/.gitignore
unlink $HOME/.config/README.md
unlink $HOME/.config/setup.sh
unlink $HOME/.config/copy_dotfiles.sh
unlink $HOME/.config/dotFiles