Skip to content
View andreibosco's full-sized avatar

Highlights

  • Pro

Organizations

@ufcvirtual @maxSIMhealth
Block or Report

Block or report andreibosco

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. cv cv Public

    Digital CV

    HTML

  2. maxSIMhealth/GEN maxSIMhealth/GEN Public

    Gamified Educational Network

    Python 3 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/)