Two simple zsh themes

I have been using bash for a few years, and I found it hard to migrate to other shells because I have already created a small collection of helper functions and scripts for my everyday use.

For zsh, I had quite some analysis paralysis for it: it is not quite functional right after installation, but the commonly installed oh-my-zsh comes with about one hundred themes, and the configuration starts to get overwhelming. And to make things worse, this is not completely about aesthetics: each theme offers different functionality and look and feel.

Read more“Two simple zsh themes”

Football Manager 2019: Argentina Low Level League is Hard

I am not saying that playing in the low level leagues in Argentina is hard. Instead, merely trying to get it working properly is impossible enough. I have wasted enough hours on this. This serves as a warning for anyone brave enough to come up with a similar idea.

As we all know, FM2019 (or any other version of FM) comes with only two playable leagues in Argentina. Those who want to play amateur, semi-professional teams in regional or just low-level leagues are out of luck without the help of mods.

Well, what if we do use mods?

Read more“Football Manager 2019: Argentina Low Level League is Hard”

Theme color meta tag added

It’s mostly a Chrome perk, but a website without a theme-color meta tag looks “less finished” when viewed on Chrome on Android, which I happen to use.

So, here it is.

Currently, it is implemented as a overridden header.php in my child theme. This is the fastest way to get it working but probably not the best way in the long run, because the source version control problems it comes with.