refactor: moved scripts around

This commit is contained in:
Michele Cereda
2023-08-13 04:33:53 +02:00
parent c0ed267e08
commit d7c3732e17
6 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
# sources:
# - http://rapidprogrammer.com/how-to-install-homebrew-with-ansible
yes | bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"