Skip to content

Commit bf03c33

Browse files
committed
updated neovim installation instructions
1 parent 6b14097 commit bf03c33

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

readable.setup.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
# https://launchpad.net/~neovim-ppa/+archive/ubuntu/stable
2-
sudo add-apt-repository ppa:neovim-ppa/stable
31
# https://github.com/nodesource/distributions/blob/master/README.md
42
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
53

64
# third party binaries, installed manually
75
: << 'END'
6+
- neovim https://github.com/neovim/neovim/wiki/Installing-Neovim#appimage-universal-linux-package
87
- ripgrep https://github.com/BurntSushi/ripgrep#installation
98
- scc https://github.com/boyter/scc
109
END
1110

1211
sudo apt install -y tmux mosh tree rsync ncdu htop fasd p7zip-full
1312
# for programming
1413
sudo apt -y install postgresql postgresql-client
15-
sudo apt install -y neovim nodejs python3-pip tig
14+
sudo apt install -y nodejs python3-pip tig
1615

1716
sudo pip3 install ipython requests flask pylint black
1817

0 commit comments

Comments
 (0)