This repository has been archived on 2021-09-08. You can view files and clone it, but cannot push or open issues/pull-requests.
Go to file
Andrew Coleman 7fc078ffc0 install tilt 2021-09-08 07:56:18 -04:00
README.md playbooks for my setup 2021-04-16 12:59:28 -04:00
apt.yml playbooks for my setup 2021-04-16 12:59:28 -04:00
base16-outrun-dark-256.sh allow for provisioning to succeed if there are no profiles available 2021-08-17 17:16:33 -04:00
bitwarden.yml add go tasks, cloud tools tasks, chezmoi tasks, and bw-cli tasks 2021-04-16 14:50:30 -04:00
chezmoi.yml remove directory 2021-05-10 14:55:45 -04:00
cloud-tools.yml install tilt 2021-09-08 07:56:18 -04:00
dnf.yml add podman-compose 2021-09-08 00:07:24 -04:00
freebsd-inventory.yml playbooks for my setup 2021-04-16 12:59:28 -04:00
gnome.yml use shell to make scripts work(?) 2021-09-08 00:15:42 -04:00
go.yml add a bunch more packages 2021-06-21 07:55:42 -04:00
homedir.yml configure private directories in $HOME 2021-05-11 12:17:33 -04:00
linux-inventory.yml playbooks for my setup 2021-04-16 12:59:28 -04:00
localdev.yml update oil shell 2021-08-17 17:16:33 -04:00
oil-shell.yml add oil shell to deployment 2021-04-16 15:46:17 -04:00
pkg.yml update pkg for freebsd 2021-09-08 00:18:51 -04:00
playbook-Linux.sh add script for bootstrapping fedora and running all playbooks 2021-09-08 00:08:29 -04:00
playbook.sh playbooks for my setup 2021-04-16 12:59:28 -04:00
road-grey.sh chmod 2021-09-08 00:06:07 -04:00
rust.yml remove nightly compiler install 2021-09-08 00:13:06 -04:00

README.md

FreeBSD

# as root
pkg install py37-ansible python3 sudo bash
visudo # allow user to sudo without password
# as your user
ansible-galaxy collection install community.general
./playbook.sh

Fedora

sudo visudo # allow user to sudo without password
sudo dnf install -y ansible ansible-collection-general
./playbook.sh

All operating systems

bw server https://bitwarden.penguincoder.org
bw login
# configure `BW_SESSION`
chezmoi init ssh://git@git.penguincoder.org:2222/penguincoder/dotfiles.git
chezmoi apply