Skip to content

Commit ff0ace3

Browse files
popstasclaude
andcommitted
chore(deps): bump fzf to 0.74.1 and starship to 1.26.0
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent bfdc09d commit ff0ace3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ starship-related variables:
124124
| Variable | Default | Description |
125125
| --- | --- | --- |
126126
| `zsh_theme` | `starship` | Prompt theme: `starship` or `powerlevel10k`. |
127-
| `zsh_starship_version` | `"1.23.0"` | Pinned starship binary version to install. |
127+
| `zsh_starship_version` | `"1.26.0"` | Pinned starship binary version to install. |
128128
| `zsh_starship_path` | `"$HOME/bin"` | Install directory for the starship binary (already on PATH; `/usr/local/bin` when `zsh_shared`). |
129129
| `zsh_starship_manage_config` | `yes` | Render and manage `~/.config/starship.toml` (and export `STARSHIP_CONFIG`). Set `no` to leave the config alone. |
130130
| `zsh_starship_config` | `""` | Raw verbatim `starship.toml` content. When set, it is written as-is instead of the generated preset (and no merge happens). |

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fzf_widgets: viasite-ansible/fzf-widgets # fork of sorenson-axial/fzf-widgets
3232
zsh_antigen_repo: https://github.com/viasite-ansible/antigen
3333
zsh_antigen_version: patch-1
3434

35-
zsh_fzf_version: 0.73.1
35+
zsh_fzf_version: 0.74.1
3636

3737
zsh_antigen_bundles:
3838
- { name: command-not-found, when: "{{ ansible_facts['os_family'] != 'Darwin' }}" } # too slow on OSX
@@ -84,7 +84,7 @@ zsh_theme: starship
8484
zsh_antigen_theme: "romkatv/powerlevel10k powerlevel10k"
8585

8686
# starship (used when zsh_theme == 'starship')
87-
zsh_starship_version: "1.23.0"
87+
zsh_starship_version: "1.26.0"
8888
zsh_starship_path: "$HOME/bin"
8989
zsh_starship_manage_config: true
9090
zsh_starship_config: "" # raw verbatim starship.toml override; empty = use generated preset

molecule/starship/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# is only on PATH inside .zshrc, not in Ansible's noninteractive shell, so
1414
# check the binary at its install location rather than via `which`.
1515
starship_bin: /root/bin/starship
16-
expected_starship_version: "1.23.0"
16+
expected_starship_version: "1.26.0"
1717
tasks:
1818
- name: Stat starship binary at install location
1919
ansible.builtin.stat:

0 commit comments

Comments
 (0)