Created
January 8, 2022 15:51
-
-
Save marylly/efb4d35c29887de4619beab948742721 to your computer and use it in GitHub Desktop.
MacOS Initial Setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Instalando HomeBrew /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
Instalando o Git | |
brew install git | |
Instalando o Pip | |
brew install pip3 | |
Instalando o pyenv | |
brew install pyenv | |
python3 -m venv ansible-2.10 | |
Instalando o Python | |
pyenv install 3.8.12 | |
Instalando o Ansible | |
pip install Ansible | |
Source ansible-2.10/bin/activate | |
Baixando os playbooks | |
git clone https://github.com/marylly/ansible-utils.git | |
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment