Skip to content
View JoTerrance's full-sized avatar
😃
Never stop learning
😃
Never stop learning

Highlights

  • Pro

Block or report JoTerrance

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Steps to install and configure all t... Steps to install and configure all the tools
    1
    sudo apt update  && \
    2
    sudo apt install git -y && \
    3
    rm -rf "$HOME/.DotFiles" && \
    4
    git clone https://github.com/JoTerrance/.DotFiles.git $HOME/.DotFiles && \
    5
    chmod +x "$HOME/.DotFiles/install.sh" && \
  2. BlindNvim BlindNvim Public

    A Neovim configured for blind people

    Lua 1 1

  3. .DotFiles .DotFiles Public

    Forked from SalesianosZaragoza/.DotFiles

    Shell

  4. pandas3dTesting pandas3dTesting Public

    Python

  5. xv6-riscv xv6-riscv Public

    Forked from mit-pdos/xv6-riscv

    Xv6 for RISC-V

    C