add pamute as submodule

This seems better than me keeping this in ~/bin
This commit is contained in:
Pig Monkey 2018-11-17 17:49:25 -08:00
parent d662679eca
commit f24883623d
3 changed files with 7 additions and 0 deletions

3
.gitmodules vendored
View file

@ -10,3 +10,6 @@
[submodule "roles/cryptshot/files/cryptshot"]
path = roles/cryptshot/files/cryptshot
url = https://github.com/pigmonkey/cryptshot
[submodule "roles/sound/files/pamute"]
path = roles/sound/files/pamute
url = https://gist.github.com/jvalrog/7f3954ef56524be196edd29c3ac2dab1

@ -0,0 +1 @@
Subproject commit df7387261ddda7aeb1bda42972ef5b6e56e8dd7e

View file

@ -21,3 +21,6 @@
aur: name=pulseaudio-ctl user={{ user.name }}
tags:
- aur
- name: Push pamute
copy: src=pamute/pamute dest=/usr/local/bin/pamute mode=0755