diff --git a/arch-configs/fresh_install.sh b/arch-configs/fresh_install.sh index b877504..40e6ba5 100755 --- a/arch-configs/fresh_install.sh +++ b/arch-configs/fresh_install.sh @@ -24,15 +24,19 @@ PACKAGES=( "yay" # Better package manager \ "emacs" \ "llvm" \ "clang" \ + "neovim" \ + "pyenv" \ + "python" \ ) # Put AUR packages here # -YAY_PACKAGES=( "nordvpn-bin" # Nice manager for NordVPN \ - "meson" # Cool build tool \ - "ninja" # Meson's friend \ - "global" # GNU source tagging \ - "cmake" # CMake build system \ +YAY_PACKAGES=( "nordvpn-bin" # Nice manager for NordVPN \ + "meson" # Cool build tool \ + "ninja" # Meson's friend \ + "global" # GNU source tagging \ + "cmake" # CMake build system \ + "pyenv-virtualenv" \ ) # First install essential packages