From 87d5fc4b286344e183fb1f1a09b9194c8cb5dec1 Mon Sep 17 00:00:00 2001 From: newbieQQ <1770362456@qq.com> Date: Tue, 16 May 2023 21:44:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=A1=E4=BA=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/install/ubuntu | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/lua/install/ubuntu b/lua/install/ubuntu index 1f3267b..69a13b3 100644 --- a/lua/install/ubuntu +++ b/lua/install/ubuntu @@ -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