Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.
/ ubuntu-env Public archive

This repository stores configuration files for bootstrapping my personal desktop

License

Notifications You must be signed in to change notification settings

7onn/ubuntu-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repository stores configuration files for bootstrapping my personal desktop

Topics

Resources

License

Stars

Watchers

Forks