This repository has been archived on 2021-09-08. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
localdev-playbooks/README.md

570 B

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