Compare commits

..

No commits in common. "173c7261b3e1841dbd3cc24060715052a0d1df48" and "d41ea98da004bd027a52a80b35b502c5c40c4cd1" have entirely different histories.

2 changed files with 0 additions and 16 deletions

View File

@ -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

View File

@ -33,8 +33,6 @@
key: switch-input-source-backward
value: '@as []'
# TODO: window full screen toggle keybinding
# NOTE: Use this command to see default keybindings
# gsettings list-recursively | grep -i -E 'media-keys|keybindings'
# NOTE: Use this command to inspect the current state of the custom keybindings