Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@TheMatjaz TheMatjaz released this 20 Aug 19:49
· 15 commits to common since this release
v2.1.0

Added

  • Aliases:
    • gpg instead of gpg2.
    • weather forecast.
    • py instead of python3.
    • dot for the dotfiles directory.
    • pipupgrade to upgrade all globally installed Python3 packages.
    • traffic for the LTE quota.
    • filetypes in a directory recursively.
    • [Mac] httpserve serve a directory with an HTTP server in python.
    • [Mac] cmdc and cmdv aliases to interact with the clipboard.
    • [Mac] information about a file, all of it.
    • [Mac] thumbnailize to create 600px wide thumbnails for my blog.
    • [Mac] htop instead of sudo htop
  • New dotfiles:
    • For SQLite's command line interface sqlite.
    • For PostgreSQL command line interface psql.
    • ssh configuration file.
  • New function:
    • Python virtual enviroment ZSH prompt and function to activate it.
    • isodate and unixtime function to quickly get the two most standard
      formats, but also to convert them.
  • More files for Git to ignore:
    • Netbeans.
    • C objects.
    • LaTeX generated files (except for pdf).
  • Emacs new settings:
    • Spell checking with aspell.
    • Better tabbing, untabbing and newline behaviour.
    • Backup and auto-save file are created to the ~/.emacs.d/ directory.
    • Session restore on Emacs start.
    • Open new files in buffers, not frames.
    • Deactivate bell sound.
  • Ubuntu Server configuration:
    • Swapfile creation.
    • Hostname setup.
    • User setup (adding a user, user's shell).
    • Installing an updated Git.
    • System locale.
  • Oh My Zsh Autojump with the j command.
  • Update Node.js packages in the full_system_updater.sh.
  • mosh gets installed on all systems.
  • [Ubuntu] The installed behaves differently if the user has no root
    permissions.
  • [Ubuntu] The script catches a SIGINT (CTRL+C)
  • [Mac] MacTeX executables added to $PATH.
  • [Mac] Homebrew formulas are installed with the options they need.
  • [Mac] More, more, more Homebrew formulas and fasks.

Changed

  • Prompts are improved: each script has its own so you know what is running.
  • Improved gitignore function to accept multiple files and show the content
    of .gitignore if no file is given.
  • Default git push is set to simple.
  • ZSH theme has a very cool r☢☢t warning when superuser.
  • Theme file reorganization.
  • Midnight commander's configuration was revisited.
  • [Ubuntu] Git gets installed by apt-get if does not pre-exists on the
    Ubuntu/Debian system.
  • [Mac] Updated psql alias to PostgreSQL 9.5.
  • [Mac] htop was updated from v0.8.x to v2.x.x.

Removed

  • [Ubuntu] apt-get dist-upgrade was removed, substituted with upgrade for
    compatibily of the upgraded programs.

Fixed

  • The title sizes in this changelog and the header to make it compatible
    with the Keep a Changelog format.
  • Syntax errors in the code.
  • [Ubuntu] Wrong gpg package name.
  • [Ubuntu] wget instead of curl.