amtoine / pkgbuilds

A collection of PKGBUILDs to install my configuration
GNU General Public License v3.0
2 stars 0 forks source link

Add handler for goatfile installation #22

Open atxr opened 1 year ago

atxr commented 1 year ago

Is it possible to add a simple parameter like --goatfiles that will install all the needed goatfile dependencies from this repo? Here is a list:

amtoine commented 1 year ago

Is it possible to add a simple parameter like --goatfiles that will install all the needed goatfile dependencies from this repo? Here is a list:

of course it is possible and it is a good idea :+1:

  • x86_64/paru
  • x86_64/amtoine-scripts-git/
  • x86_64/amtoine-sounds-git/
  • x86_64/amtoine-wallpapers-git/
  • x86_64/amtoine-applications-git/
  • x86_64/amtoine-icons-git/
  • x86_64/junnunkarim-wallpapers-git
  • x86_64/mut-ex-wallpapers-git

might be even easier to have a file containing that list of packages :thinking:

amtoine commented 1 year ago

would that be ok for you to just have the following file

x86_64/paru
x86_64/amtoine-scripts-git
x86_64/amtoine-sounds-git
x86_64/amtoine-wallpapers-git
x86_64/amtoine-applications-git
x86_64/amtoine-icons-git
x86_64/junnunkarim-wallpapers-git
x86_64/mut-ex-wallpapers-git

in ./configurations/goatfiles.txt and then install the dependencies with either

bash> ./install.sh $(tr '\n' ' ' < configurations/goatfiles.txt)

or

nushell> ./install.sh (open configurations/goatfiles.txt | lines)

? :yum: