Skip to content
View Nagref's full-sized avatar
🦾
The force be with you
🦾
The force be with you
Block or Report

Block or report Nagref

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
Nagref/README.md

My Stacks:

Nagref-Js Nagref-HTML Nagref-React Nagref-NodeJS Nagref-CSS Nagref-Golang Nagref-Git Nagref-FireBase

Pinned

  1. VSCode Settings VSCode Settings
    1
    {
    2
      // editor
    3
      "editor.tabSize": 2,
    4
      "editor.fontSize": 15,
    5
      "editor.lineHeight": 1.5,
  2. .zshrc .zshrc
    1
    # If you come from bash you might have to change your $PATH.
    2
    # export PATH=$HOME/bin:/usr/local/bin:$PATH
    3
    
    
    4
    # Path to your oh-my-zsh installation.
    5
    export ZSH="$HOME/.oh-my-zsh"
  3. ThemeRoot.css ThemeRoot.css
    1
    * {
    2
      font-family: "JetBrains Mono Regular", "Lucida Console", "Courier New", monospace;
    3
    }
    4
    
    
    5
    /* Dracula Theme*/
  4. Hyper Terminal Settings Hyper Terminal Settings
    1
    "use strict"
    2
    // Future versions of Hyper may add additional config options,
    3
    // which will not automatically be merged into this file.
    4
    // See https://hyper.is#cfg for all currently supported options.
    5
    module.exports = {