Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

neovim install wsl

# add the repo
$ sudo add-apt-repository ppa:neovim-ppa/unstable

# update & install
$ sudo apt-get update
$ sudo apt-get install neovim
Comment

neovim install wsl vim-plug

$ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs 
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
Comment

PREVIOUS NEXT
Code Example
Shell :: github action run shell script 
Shell :: linux check ip address command 
Shell :: xcode print long string 
Shell :: foreach bash 
Shell :: linux append group 
Shell :: Permission denied (publickey,gssapi-keyex,gssapi-with-mic). 
Shell :: kill a port in ubuntu 
Shell :: install chrome in ubuntu 16.04 using terminal 
Shell :: find text in files ubuntu 
Shell :: how to commit to github from terminal mac 
Shell :: bash only print duplicated lines 
Shell :: ubuntu get process on port 
Shell :: docker access denied 
Shell :: get branch from origin 
Shell :: create gitignore 
Shell :: linuxbrew 
Shell :: dbeaver install ubuntu 
Shell :: opera install in ubuntu 
Shell :: git error:Administrator@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 
Shell :: bash comment 
Shell :: ubuntu 20.04 uninstall all games 
Shell :: ubuntu darling 
Shell :: pip install googlemaps 
Shell :: git blame before specific commit 
Shell :: push empty git commit 
Shell :: linux execute as user 
Shell :: How to limit network bandwidth on linux 
Shell :: bash size of array 
Shell :: golang hot reload 
Shell :: bash alias 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =