Compare commits
No commits in common. "173c7261b3e1841dbd3cc24060715052a0d1df48" and "d41ea98da004bd027a52a80b35b502c5c40c4cd1" have entirely different histories.
173c7261b3
...
d41ea98da0
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
- 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,8 +33,6 @@
|
|||||||
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