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 06b109eaee add a bunch more packages 2021-06-21 07:55:42 -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 add light gnome-terminal theme 2021-05-10 15:42:27 -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 remove directory 2021-05-10 14:55:45 -04:00
cloud-tools.yml add repo and install google-cloud-sdk 2021-06-04 13:00:22 -04:00
dnf.yml add a bunch more packages 2021-06-21 07:55:42 -04:00
freebsd-inventory.yml playbooks for my setup 2021-04-16 12:59:28 -04:00
gnome.yml add light gnome-terminal theme 2021-05-10 15:42:27 -04:00
go.yml add a bunch more packages 2021-06-21 07:55:42 -04:00
homedir.yml configure private directories in $HOME 2021-05-11 12:17:33 -04:00
linux-inventory.yml playbooks for my setup 2021-04-16 12:59:28 -04:00
localdev.yml add neovim tasks 2021-06-04 12:49:46 -04:00
neovim.yml only ensure the git repo is there, do not update 2021-06-04 12:49:57 -04:00
oil-shell.yml add oil shell to deployment 2021-04-16 15:46:17 -04:00
pkg.yml add a bunch more packages 2021-06-21 07:55:42 -04:00
playbook.sh playbooks for my setup 2021-04-16 12:59:28 -04:00
road-grey.sh add light gnome-terminal theme 2021-05-10 15:42:27 -04:00
rust.yml add a bunch more packages 2021-06-21 07:55:42 -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