dotfiles/playbooks/bootstrap
2018-12-18 21:49:38 -05:00

11 lines
224 B
Bash
Executable file

#!/bin/bash
set -xe
if [[ -f /etc/lsb-release ]]; then
sudo apt update
sudo apt -y install zsh git python-pip aptitude curl cmake libreadline-dev
else
sudo dnf install -y zsh git python-pip cmake
fi
pip install ansible