/dotfiles

Marciol's Dotfiles

Primary LanguageCSS

Dotfiles

A repository with my personal configuration files. Managed using GNU stow.

How to use

  1. Generate a new SSH key

  2. Ensure that the key is on ssh-agent:

    eval "$(ssh-agent -s)"
    ssh-add -K ~/.ssh/key_rsa
    
  3. Add a new SSH Key

  4. Init the installation:

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/marciol/dotfiles/HEAD/install.sh)"