Dotfiles update 2025-12-25 15:54
This commit is contained in:
@@ -191,10 +191,17 @@ check_bin_scripts() {
|
|||||||
print_section "Bin Script Symlinks: ${DF_LIGHT_GREY}.local/bin${DF_NC}"
|
print_section "Bin Script Symlinks: ${DF_LIGHT_GREY}.local/bin${DF_NC}"
|
||||||
|
|
||||||
local scripts=(
|
local scripts=(
|
||||||
|
"dotfiles-analytics.sh"
|
||||||
|
"dotfiles-compile.sh"
|
||||||
|
"dotfiles-diff.sh"
|
||||||
"dotfiles-doctor.sh"
|
"dotfiles-doctor.sh"
|
||||||
"dotfiles-sync.sh"
|
"dotfiles-stats.sh"
|
||||||
"dotfiles-update.sh"
|
"dotfiles-sync.sh"
|
||||||
|
"dotfiles-tour.sh"
|
||||||
|
"dotfiles-update.sh"
|
||||||
|
"dotfiles-vault.sh"
|
||||||
"dotfiles-version.sh"
|
"dotfiles-version.sh"
|
||||||
|
"dotfiles-profile.sh"
|
||||||
)
|
)
|
||||||
|
|
||||||
for script in "${scripts[@]}"; do
|
for script in "${scripts[@]}"; do
|
||||||
|
|||||||
Reference in New Issue
Block a user