mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-26 14:11:20 +00:00
Oops my symlinks were broken
This commit is contained in:
parent
28e93cba13
commit
cd52bf5258
2 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue