没事
This commit is contained in:
parent
31aa10fa34
commit
87d5fc4b28
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user