Made with Ansible for Ubuntu 20.04 LTS (bionic). Must be used locally.
-
Set up SSH in your account (follow this tutorial to create a key and this tutorial to add it to your GitHub account)
-
Clone this repository into
~/.dotfiles/
$ git clone [email protected]:vanessa/dotfiles.git ~/.dotfiles/
-
Go to the directory and create and configure the local variables:
$ cd .dotfiles $ cp group_vars/local.example group_vars/local $ nano group_vars/local # or vim group_vars/local
-
Make sure your SSH private and public keys exist (
id_ed25519
andid_ed25519.pub
). You should have because you executed the first step of this checklist. Check if they exist with:$ ls ~/.ssh | grep id_ed25519 # Make sure id_ed25519 and id_ed25519.pub show on the output
-
Execute the
run.sh
file:# This will install ansible 2.5.2 if it's not installed; # Arguments to the ansible-playbook command can be passed here like: ./run.sh --tags=vscode ./run.sh