Skip to content
View AmirMuha's full-sized avatar
Block or Report

Block or report AmirMuha

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. note-boxing note-boxing Public

    CSS

  2. convit-cli convit-cli Public

    Convit-cli is a tool that helps you manipulate your images within the command line.

    TypeScript 1

  3. blog-website blog-website Public

    TypeScript

  4. nuxt-todo nuxt-todo Public

    Vue

  5. fancy-slider fancy-slider Public

    HTML 1

  6. My beloved .vimrc My beloved .vimrc
    1
    let g:ale_disable_lsp = 1
    2
    "automated installation of vimplug if not installed
    3
    if empty(glob('~/.local/share/nvim/site/autoload/plug.vim'))
    4
        silent !curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs
    5
            \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim