Compare commits
2 Commits
d41ea98da0
...
173c7261b3
Author | SHA1 | Date | |
---|---|---|---|
173c7261b3 | |||
ee3ea63383 |
14
roles/gemini-cli/tasks/main.yaml
Normal file
14
roles/gemini-cli/tasks/main.yaml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
- name: install homebrew package
|
||||||
|
when: ansible_os_family == 'Darwin'
|
||||||
|
homebrew:
|
||||||
|
state: latest
|
||||||
|
name: gemini-cli
|
||||||
|
|
||||||
|
- name: install npm package
|
||||||
|
when: ansible_os_family != 'Darwin'
|
||||||
|
become: true
|
||||||
|
community.general.npm:
|
||||||
|
name: '@google/gemini-cli'
|
||||||
|
state: latest
|
||||||
|
global: true
|
@ -33,6 +33,8 @@
|
|||||||
key: switch-input-source-backward
|
key: switch-input-source-backward
|
||||||
value: '@as []'
|
value: '@as []'
|
||||||
|
|
||||||
|
# TODO: window full screen toggle keybinding
|
||||||
|
|
||||||
# NOTE: Use this command to see default keybindings
|
# NOTE: Use this command to see default keybindings
|
||||||
# gsettings list-recursively | grep -i -E 'media-keys|keybindings'
|
# gsettings list-recursively | grep -i -E 'media-keys|keybindings'
|
||||||
# NOTE: Use this command to inspect the current state of the custom keybindings
|
# NOTE: Use this command to inspect the current state of the custom keybindings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user