This commit is contained in:
newbieQQ 2023-05-16 21:44:53 +08:00
parent 31aa10fa34
commit 87d5fc4b28

View File

@ -1,6 +1,9 @@
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:neovim-ppa/stable
sudo apt-get update
sudo apt-get install neovim
sudo apt-get install python-dev python-pip python3-dev python3-pip
sudo apt install python3-neovim
apt install software-properties-common
add-apt-repository ppa:neovim-ppa/stable
curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - &&\
apt update && apt upgrade -y
apt install -y git curl wget zsh
apt install -y build-essential
apt install -y python3 python3-pip
apt install -y btop tree fzf
apt install -y neovim nodejs