Skip to content
View PolyMMA's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report PolyMMA

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 Loading

  1. PolyMMA.github.io PolyMMA.github.io Public

    Forked from cotes2020/jekyll-theme-chirpy

    My blog

    HTML

  2. My tmux configuration My tmux configuration
    1
    ## My TMUX configuration file
    2
    ## by: PolyMMA
    3
    ##
    4
    ## Plugin manager can be found here: https://github.com/tmux-plugins/tpm
    5
    ## First time install:
  3. My .vimrc configuration My .vimrc configuration
    1
    " plugins
    2
    let need_to_install_plugins = 0
    3
    if empty(glob('~/.vim/autoload/plug.vim'))
    4
        silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
    5
            \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim