Skip to content

raphaellopes/env

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

123 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

env

The instructions bellow, was tested on Ubuntu >= 18.04

Dependency

Install Neovim based on your OS system:

Neovim has been added to a "Personal Package Archive" (PPA). This allows you to install it with apt-get.

To be able to use add-apt-repository you may need to install software-properties-common:

sudo apt-get install software-properties-common

Run the following commands to install neovim:

sudo add-apt-repository ppa:neovim-ppa/stable
sudo apt-get update
sudo apt-get install neovim

Prerequisites for the Python modules:

sudo apt-get install python-dev python-pip python3-dev python3-pip

Install environment

$ sh -c "$(wget https://raw.github.com/raphaellopes/env/master/tools/install.sh -O -)"

About

My ENV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vim Script 53.7%
  • Shell 22.4%
  • Emacs Lisp 18.7%
  • Swift 5.2%