Install screencfg from AUR
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -19,3 +19,6 @@
|
|||||||
[submodule "pkgbuilds/grm-git"]
|
[submodule "pkgbuilds/grm-git"]
|
||||||
path = pkgbuilds/grm-git
|
path = pkgbuilds/grm-git
|
||||||
url = https://aur.archlinux.org/grm-git.git
|
url = https://aur.archlinux.org/grm-git.git
|
||||||
|
[submodule "pkgbuilds/screencfg-git"]
|
||||||
|
path = pkgbuilds/screencfg-git
|
||||||
|
url = https://aur.archlinux.org/screencfg-git.git
|
||||||
|
|||||||
1
pkgbuilds/screencfg-git
Submodule
1
pkgbuilds/screencfg-git
Submodule
Submodule pkgbuilds/screencfg-git added at 4bd67cf18e
@@ -211,19 +211,17 @@
|
|||||||
source ./env
|
source ./env
|
||||||
curl -sSf --proto '=https' https://keys.openpgp.org/vks/v1/by-fingerprint/E46E6F8FF02E4C83569084589239277F560C95AC | gpg --import -
|
curl -sSf --proto '=https' https://keys.openpgp.org/vks/v1/by-fingerprint/E46E6F8FF02E4C83569084589239277F560C95AC | gpg --import -
|
||||||
|
|
||||||
- name: nodejs-intelephense
|
|
||||||
|
|
||||||
- name: spotify
|
- name: spotify
|
||||||
preexec: |
|
preexec: |
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source ./env
|
source ./env
|
||||||
curl -sSf --proto '=https' https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg | gpg --import -
|
curl -sSf --proto '=https' https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg | gpg --import -
|
||||||
|
|
||||||
|
- name: nodejs-intelephense
|
||||||
- name: vim-plug
|
- name: vim-plug
|
||||||
|
|
||||||
- name: terraform-ls-bin
|
- name: terraform-ls-bin
|
||||||
|
|
||||||
- name: grm-git
|
- name: grm-git
|
||||||
|
- name: screencfg-git
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
aur_packages: "{{ aur_packages|map(attribute='dependencies', default=[]) | flatten + aur_packages }}"
|
aur_packages: "{{ aur_packages|map(attribute='dependencies', default=[]) | flatten + aur_packages }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user