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