Skip to content
View AmirMuha's full-sized avatar

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. convit-cli convit-cli Public

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

    TypeScript 1

  2. blog-website blog-website Public

    TypeScript

  3. nuxt-todo nuxt-todo Public

    Vue

  4. 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