/ubuntu-env

This repository stores configuration files for bootstrapping my personal desktop

Primary LanguageShellMIT LicenseMIT

dotfiles

This repository contains the ansible playbook files to setup my Ubuntu desktop

Requirements

sudo apt update && \
  sudo apt install openssh-server sshpass ansible && \
  eval $(ssh-agent)

sudo ufw allow ssh && \
  sudo ufw enable

Run Locally

git clone https://github.com/tompsh/dotfiles && cd dotfiles
# Edit the variables accordingly
$EDITOR vars/ansible.yml
# Run the playbook
ansible-playbook -kK \
  -u $(whoami) \
  -i 'localhost,' \
  --extra-vars "@vars/ansible.yml" playbook.yml

License

MIT