macOS fish update

This commit is contained in:
Ivan Golikov 2025-03-04 19:27:42 +01:00
parent 00eeea7494
commit 5e7ff61757
2 changed files with 12 additions and 2 deletions

View file

@ -43,7 +43,7 @@
- name: posting
- name: ipython
macos_fish_path: /usr/local/bin/fish
macos_fish_path: /opt/homebrew/bin/fish
arch_fish_path: /usr/bin/fish
tasks:
@ -128,6 +128,12 @@
loop: "{{ uv_packages }}"
tags:
- dev_tools
- name: Add fish to /etc/shells
become: true
ansible.builtin.lineinfile:
path: /etc/shells
line: "{{ macos_fish_path }}"
- name: Set fish as default shell
become: true