Skip to content

vanessa/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

vanessa's dotfiles for Ubuntu 16.04+ (made with Ansible)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jinja 83.3%
  • Shell 12.6%
  • Python 3.5%
  • Vim Script 0.6%