Compare commits
1 Commits
30c99c6516
...
benie/gnom
| Author | SHA1 | Date | |
|---|---|---|---|
| f5fc30a924 |
@@ -1,7 +1,3 @@
|
||||
---
|
||||
- import_playbook: LinuxCLI.yaml
|
||||
- import_playbook: UnixGUI.yaml
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: gnome-shell
|
||||
- role: kitty
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
---
|
||||
- import_playbook: UnixCLI.yaml
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: gdb
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
---
|
||||
- include_tasks: '{{ansible_os_family}}.yaml'
|
||||
# TODO: If gnome-shell on wayland set global key binding in custom keyboard settings
|
||||
|
||||
@@ -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}}
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
- name: install apt package
|
||||
become: true
|
||||
apt:
|
||||
name: kitty
|
||||
state: latest
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
- name: install dnf package
|
||||
become: true
|
||||
dnf:
|
||||
name: kitty
|
||||
state: latest
|
||||
@@ -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
|
||||
4
roles/ulauncher/tasks/main.yaml
Normal file
4
roles/ulauncher/tasks/main.yaml
Normal 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
|
||||
Reference in New Issue
Block a user