Skip to content

Pop!_OS Setup 1.2.0

Compare
Choose a tag to compare
@nico-castell nico-castell released this 11 Jun 17:10
· 82 commits to main since this release
3c6191d

Release 1.2.0

This version contains a few improvements, a rewritten script, and fixes. The most significant additions were:

  • Added VS Codium package.
  • Added Golang with a post-install script that sets $GOPATH to ~/.local/golang.
  • Improved and faster git info prompt
  • Rewrote the duc_noip_install.sh script.

Changelog

Added

  • packages.txt:
  • popOS_setup.sh:
    • Added VS Codium source.
  • .zshrc:
    • Added info about staged and untracked files to the git prompt.
    • Aliases and configs are now sourced from files under the ~/.zshrc.d folder, as well as from a ~/.zsh_aliases file.
  • .bashrc:
    • Brought some of the powerful git prompt to this file.
  • back_me_up.sh:
    • The script now also looks for ~/.zshrc.d, ~/.bashrc.d, and ~/.bash_aliases.

Changed

  • duc_noip_install.sh:
    • Rewrote the script to be much more reliable and simple to edit.
  • popOS_setup.sh:
    • The extra scripts are now loaded and executed through loops, this is much more expandable (and reliable) than loading them individually.
  • vim.sh:
    • Switched from user installation of powerline-status to sytem installation.
  • zsh.sh:
    • Switched from user installation of powerline-shell to sytem installation.
  • .zshrc:
    • Improved performance of the git info in the prompt.

Fixed

  • vim.sh:
    • Fixed excessive arguments.
  • zsh.sh:
    • Fixed missing space when prompting the user.
  • git.sh:
    • Fixed faulty config for the vim editor.

Deprecated

  • .zshrc:
    • This file will continue sourcing the ~/.zsh_aliases file, but it will be fully replaced by ~/.zshrc.d in an upcoming release. Because of this, the ~/.zsh_aliases file will no longer be automatically created.