update
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 362 KiB |
@@ -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
|
||||
|
||||
@@ -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"}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user