Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.32 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.32 KB

Vanessa's dotfiles

Made with Ansible for Ubuntu 20.04 LTS (bionic). Must be used locally.

Using

  1. Set up SSH in your account (follow this tutorial to create a key and this tutorial to add it to your GitHub account)

  2. Clone this repository into ~/.dotfiles/

    $ git clone [email protected]:vanessa/dotfiles.git ~/.dotfiles/
  3. 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
  4. Make sure your SSH private and public keys exist (id_ed25519 and id_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
  5. 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