You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Andrew Coleman 7fc078ffc0 install tilt 2 years ago
README.md playbooks for my setup 2 years ago
apt.yml playbooks for my setup 2 years ago
base16-outrun-dark-256.sh allow for provisioning to succeed if there are no profiles available 2 years ago
bitwarden.yml add go tasks, cloud tools tasks, chezmoi tasks, and bw-cli tasks 2 years ago
chezmoi.yml remove directory 2 years ago
cloud-tools.yml install tilt 2 years ago
dnf.yml add podman-compose 2 years ago
freebsd-inventory.yml playbooks for my setup 2 years ago
gnome.yml use shell to make scripts work(?) 2 years ago
go.yml add a bunch more packages 2 years ago
homedir.yml configure private directories in $HOME 2 years ago
linux-inventory.yml playbooks for my setup 2 years ago
localdev.yml update oil shell 2 years ago
oil-shell.yml add oil shell to deployment 2 years ago
pkg.yml update pkg for freebsd 2 years ago
playbook-Linux.sh add script for bootstrapping fedora and running all playbooks 2 years ago
playbook.sh playbooks for my setup 2 years ago
road-grey.sh chmod 2 years ago
rust.yml remove nightly compiler install 2 years ago

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