dotfiles v1.1.11

This commit is contained in:
2026-06-27 00:09:46 +00:00
parent 5b09d61975
commit 5d2e966214
4 changed files with 111 additions and 25 deletions

View File

@@ -14,7 +14,7 @@
# remote origin to SSH so future pushes use the right URL
# 3. Replaces or updates ~/.config/fish/ with the contents of the repo
# 4. Sources the new config and runs `dotfiles init` to install templates
# (~/.tmux.conf, ~/.gitconfig, ~/.config/starship.toml, etc.)
# (~/.tmux.conf, ~/.gitconfig, etc.)
# 5. Warns if SSH key is needed and points to the keyme helper
# 6. Prints next steps
#
@@ -85,11 +85,11 @@ end
echo "$GRN$RST Git "(git --version | cut -d' ' -f3)
# Optional but nice-to-have tools
for tool in tmux starship
for tool in tmux
if command -v $tool &>/dev/null
echo "$tool detected (templates available)"
else
echo "$tool not found (optional — templates exist but are skipped)"
echo "$tool not found (optional — template exists but is skipped)"
end
end