steven112163 / shell-env

Compact shell env from https://github.com/rightson/shell-dev-env

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shell-env

Compact shell env from https://github.com/rightson/shell-dev-env

Vim

$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
$ vim -E -s -u "~/.vimrc" +PlugInstall +qall

fzf

$ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
$ ~/.fzf/install --all

About

Compact shell env from https://github.com/rightson/shell-dev-env


Languages

Language:Vim Script 74.2%Language:Shell 25.8%