macOS fish update
This commit is contained in:
parent
00eeea7494
commit
5e7ff61757
2 changed files with 12 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue