From 73b81c2b165b9631063c3ed7fa5c6f02318a109b Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Wed, 12 Apr 2017 20:32:53 +0100 Subject: [PATCH 1/2] Added neovim --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 75bd2d0..e5b326b 100755 --- a/install.sh +++ b/install.sh @@ -51,7 +51,7 @@ sudo locale-gen "en_IE.UTF-8" curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo add-apt-repository ppa:neovim-ppa/stable -y sudo apt-get update -sudo apt-get install -y exuberant-ctags build-essential cmake python-dev python3-dev libssl-dev vim-youcompleteme autojump nodejs htop ncdu python-pip python3-pip byobu zsh vim-gtk python-setuptools neovim +sudo apt-get install -y exuberant-ctags build-essential cmake python-dev python3-dev libssl-dev vim-youcompleteme autojump nodejs htop ncdu python-pip python3-pip byobu zsh vim-gtk python-setuptools neovim tree sudo pip install --upgrade pip sudo pip install --upgrade neovim sudo pip3 install --upgrade neovim @@ -63,6 +63,8 @@ sudo update-alternatives --install /usr/bin/editor editor /usr/bin/nvim 60 sudo update-alternatives --config editor sudo pip install livereload speedtest-cli virtualenv virtualenvwrapper +sudo npm install -g goops + chsh -s /bin/zsh git clone git@github.com:fergalmoran/vimfiles.git ~/.vim From e57db880890a9c64ca8c6c0a330f0f1f17f3b446 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Wed, 12 Apr 2017 20:47:59 +0100 Subject: [PATCH 2/2] Added git-extras --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e5b326b..8c8b550 100755 --- a/install.sh +++ b/install.sh @@ -51,7 +51,7 @@ sudo locale-gen "en_IE.UTF-8" curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - sudo add-apt-repository ppa:neovim-ppa/stable -y sudo apt-get update -sudo apt-get install -y exuberant-ctags build-essential cmake python-dev python3-dev libssl-dev vim-youcompleteme autojump nodejs htop ncdu python-pip python3-pip byobu zsh vim-gtk python-setuptools neovim tree +sudo apt-get install -y exuberant-ctags build-essential cmake python-dev python3-dev libssl-dev vim-youcompleteme autojump nodejs htop ncdu python-pip python3-pip byobu zsh vim-gtk python-setuptools neovim tree git-extras sudo pip install --upgrade pip sudo pip install --upgrade neovim sudo pip3 install --upgrade neovim