diff options
author | Chris <[email protected]> | 2020-05-12 15:16:53 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-05-12 15:16:53 -0400 |
commit | ba4a959b906c6aadd953626c13845dc6d1a97978 (patch) | |
tree | 281c32e31eb8ecd138383a5c87ec884da4bdff6c | |
parent | eed866b39d5b8c2d8a4683d2a55aa50dfeb262cc (diff) |
added neovim-remote
-rwxr-xr-x | utils/install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/install.sh b/utils/install.sh index be7dd06c..98066b86 100755 --- a/utils/install.sh +++ b/utils/install.sh @@ -109,12 +109,14 @@ installonubuntu() { \ sudo apt install ripgrep fzf ranger sudo apt install libjpeg8-dev zlib1g-dev python-dev python3-dev libxtst-dev pip3 install ueberzug + pip3 install neovim-remote } installonarch() { \ sudo pacman -S install ripgrep fzf ranger which yay > /dev/null && yay -S python-ueberzug-git || pipinstallueberzug + pip3 install neovim-remote } installextrapackages() { \ |