3 Commits

Author SHA1 Message Date
30c99c6516 temp! 2023-06-08 23:42:40 +01:00
49b292126e Add kitty role for Linux 2023-06-06 19:39:58 +01:00
67a37e0a56 Actually make LinuxCLI import UnixCLI 2023-06-04 21:39:06 +01:00
8 changed files with 32 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
--- ---
- import_playbook: LinuxCLI.yaml - import_playbook: LinuxCLI.yaml
- import_playbook: UnixGUI.yaml - import_playbook: UnixGUI.yaml
- hosts: localhost
roles:
- role: gnome-shell
- role: kitty

View File

@@ -1,4 +1,5 @@
--- ---
- import_playbook: UnixCLI.yaml
- hosts: localhost - hosts: localhost
roles: roles:
- role: gdb - role: gdb

View File

@@ -1,3 +1,2 @@
--- ---
- include_tasks: '{{ansible_os_family}}.yaml' - include_tasks: '{{ansible_os_family}}.yaml'
# TODO: If gnome-shell on wayland set global key binding in custom keyboard settings

View File

@@ -0,0 +1,8 @@
---
- dconf:
# key: /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings
key: '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0'
state: read
register: custom_keybindins
- debug: msg={{custom_keybindins}}

View File

@@ -0,0 +1,6 @@
---
- name: install apt package
become: true
apt:
name: kitty
state: latest

View File

@@ -0,0 +1,6 @@
---
- name: install dnf package
become: true
dnf:
name: kitty
state: latest

View File

@@ -0,0 +1,7 @@
---
- include_tasks: '{{ansible_os_family}}.yaml'
- name: clone config repo
git:
repo: git@code.infektor.net:config/kitty.git
dest: ~/.config/kitty

View File

@@ -1,4 +0,0 @@
---
# TODO: Install ulauncher - or find a better alternative
# TODO: If gnome-shell on wayland set global key binding in custom keyboard settings
# TODO: Clone https://github.com/shepda/ulauncher-adwaita-darkish into ~/.config/ulauncher/user-themes