Oops my symlinks were broken

This commit is contained in:
Bart van der Braak 2025-02-12 00:26:25 +01:00
parent 28e93cba13
commit cd52bf5258
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
dotfiles_home="${1:-$(dirname "$(realpath "$0")")}"
cp -rsf "$dotfiles_home" $HOME
cp -rsf "$dotfiles_home"/. $HOME
echo "Dotfiles have been recursively copied and symlinked from $dotfiles_home to $HOME."