Skip to content

Pop!_OS Setup 2.0.0

Compare
Choose a tag to compare
@nico-castell nico-castell released this 19 Jun 20:36
· 75 commits to main since this release
a071d48

Release 2.0.0

This version, while it doesn't bring much new. Reworked an important step of the main script, installing apt repositories, to be much more expandable than before, without requiring editing the main script to modify the step. However, some small features were added, such as:

  • New packages in the installation list.
  • Line highlighting in Vim
  • A post-install script to set up the GNOME Sdk

Changelog

Added

Changed

  • popOS_setup.sh:
    • Changed methodology for adding repositories. Now the sources.d folder contains the sources in files named according to the package that needs the source.
  • .zshrc:
    • The vscode prompt can now be chosen by assigning the value vscode to the prompt_style variable.
    • Made vscode prompt trigger when $VSCODE_GIT_IPC_HANDLE is set, instead of "$VSCODE_TERM" == "yes". This means the user won't have to manually set the variable from the vscode settings.
    • Now edits the $PATH more carefully.

Fixed

  • .vimrc:
    • Fixed root user not getting powerline set up after the user chooses to install it.
  • .zshrc:
    • Fixed prompt starting with error code 1 when ~/.zsh_aliases is missing.