dotfiles v1.1.3
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
# DOTFILES_DIR holds the template files; DOTFILES_BACKUP_DIR holds backups
|
# DOTFILES_DIR holds the template files; DOTFILES_BACKUP_DIR holds backups
|
||||||
# and the last-update-check timestamp.
|
# and the last-update-check timestamp.
|
||||||
|
|
||||||
set -g DOTFILES_VERSION "1.1.2"
|
set -g DOTFILES_VERSION "1.1.3"
|
||||||
|
|
||||||
# --- Remote repository (set this to enable auto-updates) --------------------
|
# --- Remote repository (set this to enable auto-updates) --------------------
|
||||||
# Example:
|
# Example:
|
||||||
|
|||||||
@@ -465,6 +465,11 @@ function dotfiles_sync -d "Pull remote updates and re-apply all dotfiles"
|
|||||||
echo " functions/ updated"
|
echo " functions/ updated"
|
||||||
set had_updates 1
|
set had_updates 1
|
||||||
end
|
end
|
||||||
|
if test -d "$tmpdir/.config/fish/conf.d"
|
||||||
|
command cp -r "$tmpdir/.config/fish/conf.d/." "$__fish_config_dir/conf.d/"
|
||||||
|
echo " conf.d/ updated"
|
||||||
|
set had_updates 1
|
||||||
|
end
|
||||||
|
|
||||||
# ── Step 6: Clean up ───────────────────────────────────────────────────
|
# ── Step 6: Clean up ───────────────────────────────────────────────────
|
||||||
command rm -rf "$tmpdir"
|
command rm -rf "$tmpdir"
|
||||||
|
|||||||
Reference in New Issue
Block a user