diff --git a/playbooks/arch.yml b/playbooks/arch.yml deleted file mode 100644 index 8327198..0000000 --- a/playbooks/arch.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- hosts: local - roles: - - role: arch - - role: common - diff --git a/playbooks/bootstrap b/playbooks/bootstrap deleted file mode 100755 index 67373e5..0000000 --- a/playbooks/bootstrap +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 diff --git a/playbooks/bootstrap-macos b/playbooks/bootstrap-macos deleted file mode 100755 index c3d1bf4..0000000 --- a/playbooks/bootstrap-macos +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -set -xe - -# no no no no I don't like it but… -/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" - -brew install git cmake openssl tmux gpg - -sudo echo '/usr/local/bin/zsh' >> /etc/shells - -chsh -s /usr/local/bin/zsh diff --git a/playbooks/ubuntu.yml b/playbooks/ubuntu.yml deleted file mode 100644 index 92b2638..0000000 --- a/playbooks/ubuntu.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- hosts: local - roles: - - role: ubuntu - - role: common -