Skip to content

vladpunko/workstation

Repository files navigation

workstation

echo "${HOME} sweet ${HOME}"

Macbook pre-installation

# Step -- 1.
sudo softwareupdate --all --install

# Step -- 2.
xcode-select --install
xcode-select --print-path

# Step -- 3.
/bin/bash -c "$(curl -sSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Installation

# Step -- 1.
git clone --depth=1 --branch=master https://github.com/vladpunko/workstation.git

# Step -- 2.
cd ./workstation/playbook

# Step -- 3.
python3 -m venv .venv && source ./.venv/bin/activate

# Step -- 4.
python3 -m pip install --requirement=requirements.txt

# Step -- 5.
ansible-playbook --ask-become-pass --inventory=hosts workstation.yml

# Step -- 6.
sh macos.defaults

License

MIT