diff options
author | Ivรกn Giovanazzi <[email protected]> | 2021-03-26 01:58:54 -0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-26 00:58:54 -0400 |
commit | d231232f8742bab997c9d59a2d753c58d1f80bcb (patch) | |
tree | e7a1a8ddcde85359432c9ce2b5cbb0df69bd7047 | |
parent | c7e08f67d8baf54aead6027aa440fad43d2ac025 (diff) |
added install tree-sitter-cli (#161)
-rwxr-xr-x | utils/installer/install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/installer/install.sh b/utils/installer/install.sh index 3124946c..9879cb79 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -93,6 +93,7 @@ asktoinstallpip() { installonmac() { brew install ripgrep fzf ranger + npm install -g tree-sitter-cli } pipinstallueberzug() { @@ -104,12 +105,14 @@ installonubuntu() { sudo apt install libjpeg8-dev zlib1g-dev python-dev python3-dev libxtst-dev pip3 install ueberzug pip3 install neovim-remote + npm install -g tree-sitter-cli } installonarch() { sudo pacman -S install ripgrep fzf ranger which yay >/dev/null && yay -S python-ueberzug-git || pipinstallueberzug pip3 install neovim-remote + npm install -g tree-sitter-cli } installextrapackages() { |