Dotfiles update 2025-12-25 14:06

This commit is contained in:
Aaron D. Lee
2025-12-25 14:06:29 -05:00
parent ffc8011a24
commit 0c804f1a0c

View File

@@ -208,6 +208,10 @@ check_bin_scripts() {
fi
else
check_fail "$script not linked"
if [[ "$DO_FIX" == true ]]; then
ln -s $DOTFILES_HOME/bin/$script "$HOME/.local/bin/$script"
chmod +x "$HOME/.local/bin/$script"
check_fixed "Created symlink & made executable: $script"
fi
done
}