Skip to content
View pradeep3's full-sized avatar
🌟
Creating apps
🌟
Creating apps

Organizations

@kpktechnology
Block or Report

Block or report pradeep3

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. This is my Vimrc file This is my Vimrc file
    1
    " Plugin Loading
    2
    call plug#begin('~/.vim/plugged')
    3
    Plug 'itchyny/lightline.vim' "Highlights lines
    4
    Plug 'joshdick/onedark.vim' "The One Dark Theme
    5
    Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
  2. ohMyZsh Installation instruction for... ohMyZsh Installation instruction for ubuntu with sample .zshrc file
    1
    # If you come from bash you might have to change your $PATH.
    2
    # export PATH=$HOME/bin:/usr/local/bin:$PATH
    3
    export PATH="$PATH:$HOME/.config/composer/vendor/bin"
    4
    
    
    5
    # Path to your oh-my-zsh installation.