No description
| apt.yml | ||
| base16-outrun-dark-256.sh | ||
| bitwarden.yml | ||
| chezmoi.yml | ||
| cloud-tools.yml | ||
| dnf.yml | ||
| freebsd-inventory.yml | ||
| gnome.yml | ||
| go.yml | ||
| homedir.yml | ||
| linux-inventory.yml | ||
| localdev.yml | ||
| oil-shell.yml | ||
| pkg.yml | ||
| playbook-Linux.sh | ||
| playbook.sh | ||
| README.md | ||
| road-grey.sh | ||
| rust.yml | ||
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