Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ install_dotfiles () {

local overwrite_all=false backup_all=false skip_all=false

# If code is added later that relies on the current value of IFS, be sure to save it
# and then restore it after this loop.
local IFS=$'\n'
for src in $(find -H "$DOTFILES_ROOT" -maxdepth 2 -name '*.symlink' -not -path '*.git*')
do
dst="$HOME/.$(basename "${src%.*}")"
Expand Down