File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- # https://launchpad.net/~neovim-ppa/+archive/ubuntu/stable
2
- sudo add-apt-repository ppa:neovim-ppa/stable
3
1
# https://github.com/nodesource/distributions/blob/master/README.md
4
2
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
5
3
6
4
# third party binaries, installed manually
7
5
: << 'END '
6
+ - neovim https://github.com/neovim/neovim/wiki/Installing-Neovim#appimage-universal-linux-package
8
7
- ripgrep https://github.com/BurntSushi/ripgrep#installation
9
8
- scc https://github.com/boyter/scc
10
9
END
11
10
12
11
sudo apt install -y tmux mosh tree rsync ncdu htop fasd p7zip-full
13
12
# for programming
14
13
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
16
15
17
16
sudo pip3 install ipython requests flask pylint black
18
17
You can’t perform that action at this time.
0 commit comments