This repository has been archived on 2021-09-08 . You can view files and clone it, but cannot push or open issues/pull-requests.
Andrew Coleman
335f7ce1bc
change stern repo to a maintained project
2021-04-16 16:39:22 -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
playbooks for my setup
2021-04-16 12:59:28 -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
use native file module
2021-04-16 16:39:04 -04:00
cloud-tools.yml
change stern repo to a maintained project
2021-04-16 16:39:22 -04:00
dnf.yml
add go tasks, cloud tools tasks, chezmoi tasks, and bw-cli tasks
2021-04-16 14:50:30 -04:00
freebsd-inventory.yml
playbooks for my setup
2021-04-16 12:59:28 -04:00
gnome.yml
fix download urls
2021-04-16 15:46:23 -04:00
go.yml
add go tasks, cloud tools tasks, chezmoi tasks, and bw-cli tasks
2021-04-16 14:50:30 -04:00
linux-inventory.yml
playbooks for my setup
2021-04-16 12:59:28 -04:00
localdev.yml
fix urls
2021-04-16 15:52:31 -04:00
neovim.yml
playbooks for my setup
2021-04-16 12:59:28 -04:00
oil-shell.yml
add oil shell to deployment
2021-04-16 15:46:17 -04:00
pkg.yml
add go tasks, cloud tools tasks, chezmoi tasks, and bw-cli tasks
2021-04-16 14:50:30 -04:00
playbook.sh
playbooks for my setup
2021-04-16 12:59:28 -04:00
rust.yml
playbooks for my setup
2021-04-16 12:59:28 -04:00
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