Skip to content
View andreibosco's full-sized avatar

Highlights

  • Pro

Organizations

@ufcvirtual @maxSIMhealth

Block or report andreibosco

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. cv cv Public

    Digital CV

    HTML

  2. maxSIMhealth/GEN maxSIMhealth/GEN Public

    Gamified Educational Network

    Python 4 2

  3. Setting up Yubikey with SSH and Git ... Setting up Yubikey with SSH and Git on Windows 10 + Powershell
    1
    # Setting up Yubikey with SSH and Git on Windows 10 + Powershell
    2
    Based on the following guides:
    3
    - https://worklifenotes.com/2019/07/05/yubikey-for-ssh-on-windows-complete-walkthrough/
    4
    - https://scatteredcode.net/signing-git-commits-using-yubikey-on-windows/
    5
    - https://bhavik.io/2019/02/02/yubikey-git-ssh.html
  4. Vim settings Vim settings
    1
    # EditorConfig is awesome: https://EditorConfig.org
    2
    
                  
    3
    # top-most EditorConfig file
    4
    root = true
    5
    
                  
  5. Vim tips Vim tips
    1
    # VIM - Useful stuff
    2
    
                  
    3
    ## Plugins
    4
    - [Minimalist Vim Plugin Manager](https://github.com/junegunn/vim-plug)
    5
    - [VimAwesome](https://vimawesome.com/)