Migrate from Albert to Cerebro
This commit is contained in:
parent
67add4da26
commit
dbf18fc30c
|
@ -1,15 +1,15 @@
|
||||||
config_repos:
|
config_repos:
|
||||||
- name: 'albert'
|
- name: 'cerebro-searx'
|
||||||
repo: 'git@github.com:scottwallacesh/albert.git'
|
repo: 'git@github.com:scottwallacesh/cerebro-searx.git'
|
||||||
dest: '~/.local/share/albert'
|
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'
|
||||||
|
|
||||||
linux_repos:
|
linux_repos:
|
||||||
- name: 'Visual Studio Code'
|
- name: 'Visual Studio Code'
|
||||||
data: 'deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main'
|
data: 'deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main'
|
||||||
key: 'https://packages.microsoft.com/keys/microsoft.asc'
|
key: 'https://packages.microsoft.com/keys/microsoft.asc'
|
||||||
- name: 'Albert'
|
|
||||||
data: 'deb http://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_18.10/ /'
|
|
||||||
key: 'https://download.opensuse.org/repositories/home:manuelschneid3r/xUbuntu_18.10/Release.key'
|
|
||||||
- name: 'Resilio Sync'
|
- name: 'Resilio Sync'
|
||||||
data: 'deb http://linux-packages.resilio.com/resilio-sync/deb resilio-sync non-free'
|
data: 'deb http://linux-packages.resilio.com/resilio-sync/deb resilio-sync non-free'
|
||||||
key: 'http://linux-packages.resilio.com/resilio-sync/key.asc'
|
key: 'http://linux-packages.resilio.com/resilio-sync/key.asc'
|
||||||
|
@ -21,7 +21,6 @@ linux_repos:
|
||||||
key: ''
|
key: ''
|
||||||
|
|
||||||
linux_packages:
|
linux_packages:
|
||||||
- albert
|
|
||||||
- chrome-gnome-shell
|
- chrome-gnome-shell
|
||||||
- code
|
- code
|
||||||
- conky
|
- conky
|
||||||
|
@ -34,20 +33,24 @@ linux_packages:
|
||||||
- gnome-shell-extension-weather
|
- gnome-shell-extension-weather
|
||||||
- gnome-tweaks
|
- gnome-tweaks
|
||||||
- ipcalc
|
- ipcalc
|
||||||
|
- libcanberra-gtk-module
|
||||||
|
- libcanberra-gtk3-module
|
||||||
- net-tools
|
- net-tools
|
||||||
- netcat
|
- netcat
|
||||||
- qrencode
|
- qrencode
|
||||||
- resilio-sync
|
- resilio-sync
|
||||||
- screen
|
- screen
|
||||||
# - sonos-controller-unofficial
|
|
||||||
- ttf-mscorefonts-installer
|
- ttf-mscorefonts-installer
|
||||||
- units
|
- units
|
||||||
- vim
|
- vim
|
||||||
- wireguard
|
- wireguard
|
||||||
- wireshark-qt
|
- wireshark-qt
|
||||||
|
# - sonos-controller-unofficial
|
||||||
|
|
||||||
|
|
||||||
linux_apps:
|
linux_apps:
|
||||||
# - franz
|
# - franz
|
||||||
|
# - cerebro
|
||||||
- 'skype --classic'
|
- 'skype --classic'
|
||||||
- spotify
|
- spotify
|
||||||
- wireguard-ammp
|
- wireguard-ammp
|
||||||
|
@ -59,11 +62,6 @@ gnome_extension_ids:
|
||||||
- 1386 # notification counter
|
- 1386 # notification counter
|
||||||
|
|
||||||
gnome_custom_keybindings:
|
gnome_custom_keybindings:
|
||||||
- name: 'Show clipboards in Albert'
|
|
||||||
binding: '<Primary><Alt>c'
|
|
||||||
command: >
|
|
||||||
'albert show \'pb \''
|
|
||||||
|
|
||||||
- name: 'Show CopyQ clipboards'
|
- name: 'Show CopyQ clipboards'
|
||||||
binding: '<Primary><Alt>x'
|
binding: '<Primary><Alt>x'
|
||||||
command: >
|
command: >
|
||||||
|
|
Loading…
Reference in a new issue