andresgongora / synth-shell

Boost your terminal, script by script
GNU General Public License v3.0
1.01k stars 243 forks source link

Unattended installation #198

Open brod55 opened 3 years ago

brod55 commented 3 years ago

I'd like to automate the installation process. For example run ./setup.sh --system-wide yes etc. So answer all the questions from command line. Is this possible?

andresgongora commented 3 years ago

It shouldn't be too hard. In fact, I think there is already a mechanism like that in place... Have a look at the setup script itself and see if you can bring it up as expected. Feel free to pull-request at any time to add you as a contributor :)