  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
