1 Commits

Author SHA1 Message Date
f5fc30a924 temp! 2023-06-06 19:29:35 +01:00
8 changed files with 5 additions and 32 deletions

View File

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

View File

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

View File

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

View File

@@ -1,8 +0,0 @@
---
- 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

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

View File

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

View File

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

View File

@@ -0,0 +1,4 @@
---
# 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