This commit is contained in:
2024-06-02 06:06:59 -05:00
parent 25a66fc005
commit c49181befc
7 changed files with 323 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 KiB

View File

@@ -8,14 +8,6 @@
become_user: user
ansible.builtin.command: pwsh -f ./scripts/configure_gitlab.ps1 "{{ GITLAB_TOKEN }}"
- name: set gnome config
become_user: user
dconf:
key: "{{ item.key }}"
value: "{{ item.value }}"
with_items: "{{ dconf }}"
when: dconf is defined
- user:
name: "user"
shell: /usr/bin/zsh
@@ -34,3 +26,11 @@
shell: "stow --adopt ."
args:
chdir: ~/.dotfiles
- name: set gnome config
become_user: user
dconf:
key: "{{ item.key }}"
value: "{{ item.value }}"
with_items: "{{ dconf }}"
when: dconf is defined

View File

@@ -3,8 +3,8 @@ dconf:
- {key: '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/binding', value: "'<Super>t'"}
- {key: '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/command', value: "'terminator'"}
- {key: '/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1/name', value: "'Terminator'"}
- {key: '/org/gnome/desktop/background/picture-uri', value: "'file://${HOME}/.config/ansible/roles/customize/files/wallpaper.png'"}
- {key: '/org/gnome/desktop/background/picture-uri-dark', value: "'file://${HOME}/.config/ansible/roles/customize/files/wallpaper.png'"}
- {key: '/org/gnome/desktop/background/picture-uri', value: "'file://${HOME}/.config/configfiles/wallpaper.png'"}
- {key: '/org/gnome/desktop/background/picture-uri-dark', value: "'file://${HOME}/.config/configfiles/wallpaper.png'"}
fonts:
- {name: 'GoMonoNerd', url: "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/Go-Mono.zip"}

View File

@@ -13,7 +13,9 @@ required_packages_brew:
- zsh-autosuggestions
- bitwarden-cli
- hashicorp/tap/vault
- ffmpeg
- ttyd
- waybar
apt_keys:
- https://packages.microsoft.com/keys/microsoft.asc