dotfiles/.ansible/roles/linux_desktop/vars/main.yaml

66 lines
1.6 KiB
YAML
Raw Permalink Normal View History

2019-02-23 11:53:41 +00:00
config_repos:
2019-09-19 19:04:29 +01:00
- name: 'cerebro-searx'
repo: 'git@github.com:scottwallacesh/cerebro-searx.git'
dest: '~/.config/Cerebro/plugins/node_modules/cerebro-searx'
- name: 'cerebro-genpw'
repo: 'git@github.com:scottwallacesh/cerebro-genpw.git'
dest: '~/.config/Cerebro/plugins/node_modules/cerebro-genpw'
2019-02-23 11:53:41 +00:00
linux_repos:
- name: 'Visual Studio Code'
data: 'deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main'
key: 'https://packages.microsoft.com/keys/microsoft.asc'
- name: 'Resilio Sync'
data: 'deb http://linux-packages.resilio.com/resilio-sync/deb resilio-sync non-free'
key: 'http://linux-packages.resilio.com/resilio-sync/key.asc'
- name: 'Wireguard'
data: 'ppa:wireguard/wireguard'
key: ''
2019-02-23 11:53:41 +00:00
linux_packages:
- chrome-gnome-shell
- code
- conky
- copyq
- dconf-editor
- git
- glances
- gnome-shell-extension-dashtodock
- gnome-shell-extension-weather
- gnome-tweaks
2019-04-30 09:55:57 +01:00
- ipcalc
2019-09-19 19:04:29 +01:00
- libcanberra-gtk-module
- libcanberra-gtk3-module
2019-02-23 11:53:41 +00:00
- net-tools
- netcat
- qrencode
- resilio-sync
- screen
- ttf-mscorefonts-installer
- units
- vim
- wireguard
2019-02-23 11:53:41 +00:00
- wireshark-qt
2019-09-19 19:04:29 +01:00
# - sonos-controller-unofficial
2019-02-23 11:53:41 +00:00
linux_apps:
2019-09-19 19:04:29 +01:00
# - franz
# - cerebro
2019-02-23 11:53:41 +00:00
- 'skype --classic'
2019-04-18 21:04:15 +01:00
- spotify
2019-02-23 11:53:41 +00:00
- wireguard-ammp
gnome_extension_ids:
- 358 # activities configurator
- 1206 # clock-override
- 28 # gtile
- 1386 # notification counter
- 1034 # systemd unit toggles
gnome_custom_keybindings:
- name: 'Show CopyQ clipboards'
binding: '<Primary><Alt>x'
command: >
'copyq show'