pradeep3 - Overview
🌟
Creating apps
Web developer #Node #React #Laravel
Pinned Loading
-
This is my Vimrc file This is my Vimrc file
1
" Plugin Loading2
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() } }
-
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:$PATH3
export PATH="$PATH:$HOME/.config/composer/vendor/bin"
4
5
# Path to your oh-my-zsh installation.
