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 76870db126 add oil shell to deployment 2021-04-16 15:46:17 -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 add go tasks, cloud tools tasks, chezmoi tasks, and bw-cli tasks 2021-04-16 14:50:30 -04:00
cloud-tools.yml add kubectx/kubens with bash completions 2021-04-16 15:46:06 -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 rename gnome file, add nice themes for gnome/gtk 2021-04-16 13:44:27 -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 add go tasks, cloud tools tasks, chezmoi tasks, and bw-cli tasks 2021-04-16 14:50:30 -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

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