dotfiles/playbooks/bootstrap

11 lines
244 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 cmake openssl-devel tmux gpg
fi
pip3 install --user ansible