<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Productivity on Home</title><link>https://gowt.dev/tags/productivity/</link><description>Recent content in Productivity on Home</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 17 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://gowt.dev/tags/productivity/index.xml" rel="self" type="application/rss+xml"/><item><title>Oh My Zsh</title><link>https://gowt.dev/posts/productivity/zsh/</link><pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate><guid>https://gowt.dev/posts/productivity/zsh/</guid><description>Install Check if Zsh is installed:
zsh --version If not:
sudo apt install zsh Install Oh My Zsh (official repo): https://github.com/ohmyzsh/ohmyzsh
sh -c &amp;#34;$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)&amp;#34; After installation, create a new KDE Konsole profile and set the command to:
/bin/zsh Themes Edit .zshrc:
nano ~/.zshrc Set theme:
ZSH_THEME=&amp;#34;agnoster&amp;#34; Theme list: https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
Optional: add fastfetch at the end of .zshrc to show system info on startup.
Zsh navigation features Desktop → same as cd Desktop /home/user/Desktop → direct path jump .</description></item><item><title>tmux</title><link>https://gowt.dev/posts/productivity/tmux/</link><pubDate>Wed, 14 Jan 2026 00:00:00 +0000</pubDate><guid>https://gowt.dev/posts/productivity/tmux/</guid><description>Install sudo aptitude install tmux Reference Cheat sheet: http://phoenixnap.com/kb/tmux-cheat-sheet</description></item><item><title>LaTeX</title><link>https://gowt.dev/posts/productivity/latex/</link><pubDate>Tue, 06 Jan 2026 00:00:00 +0000</pubDate><guid>https://gowt.dev/posts/productivity/latex/</guid><description>Installation sudo aptitude install texlive-full Verify installation
tex --version pdflatex --version pdflatex is the compiler used by VS Code for LaTeX builds.
VS Codium Install the LaTeX Workshop extension by James-Yu. See Visual studio code setup.
Here you can find a minimal starting guide to work on latex. Some simple syntax for margins, basic text variations, headings, equations, images and tables are included.
Before starting, enable word wrapping in VSCodium:</description></item><item><title>Markdown helpers</title><link>https://gowt.dev/posts/productivity/md-helpers/</link><pubDate>Wed, 20 Aug 2025 00:00:00 +0000</pubDate><guid>https://gowt.dev/posts/productivity/md-helpers/</guid><description>Emoji Emoji reference:
https://gist.github.com/rxaviers/7360908
Admonitions Admonitions for structured notes in Markdown:
https://jimandreas.github.io/mkdocs-material/reference/admonitions/</description></item><item><title>Zotero - Citation management</title><link>https://gowt.dev/posts/productivity/zotero/</link><pubDate>Wed, 18 Jun 2025 00:00:00 +0000</pubDate><guid>https://gowt.dev/posts/productivity/zotero/</guid><description>Installation (Debian) Official .deb repository (recognized by Zotero): https://github.com/retorquere/zotero-deb
Zotero installation guide: https://www.zotero.org/support/installation
Browser integration Install the Zotero Connector extension in your browser to save papers directly to Zotero.
Sync Create a Zotero account and enable cloud sync inside Zotero.
Plugins Official plugin list: https://www.zotero.org/support/plugins
Network visualization Use cita for reference network visualization: https://github.com/diegodlh/zotero-cita
Note: does not support Zotero 7.
Tags You can assign up to 9 colors to tags. Use them consistently.</description></item><item><title>Thunderbird</title><link>https://gowt.dev/posts/productivity/thunderbird/</link><pubDate>Wed, 26 Mar 2025 00:00:00 +0000</pubDate><guid>https://gowt.dev/posts/productivity/thunderbird/</guid><description>Installation Install from the Debian repository:
sudo aptitude install thunderbird HTML signature Minimal HTML signature template:
&amp;lt;div style=&amp;#34;font-family: Arial, sans-serif; font-size: 12px; color: #333; line-height: 1.4;&amp;#34;&amp;gt; &amp;lt;p style=&amp;#34;margin: 0; font-weight: bold;&amp;#34;&amp;gt;Best Regards,&amp;lt;/p&amp;gt; &amp;lt;p style=&amp;#34;margin: 0; font-weight: bold;&amp;#34;&amp;gt;Gowtham Mahendran&amp;lt;/p&amp;gt; &amp;lt;p style=&amp;#34;margin: 0;&amp;#34;&amp;gt;MSc Sustainable Renewable Energy Technologies&amp;lt;/p&amp;gt; &amp;lt;p style=&amp;#34;margin: 0;&amp;#34;&amp;gt;University of Oldenburg, Germany&amp;lt;/p&amp;gt; &amp;lt;p style=&amp;#34;margin: 0;&amp;#34;&amp;gt; &amp;lt;a href=&amp;#34;https://linkedin.com/in/gowtham-mahendran&amp;#34; style=&amp;#34;color: #1a73e8; text-decoration: none;&amp;#34;&amp;gt;LinkedIn&amp;lt;/a&amp;gt; | &amp;lt;a href=&amp;#34;https://github.com/Gowtham-Mahendran&amp;#34; style=&amp;#34;color: #1a73e8; text-decoration: none;&amp;#34;&amp;gt;GitHub&amp;lt;/a&amp;gt; &amp;lt;/p&amp;gt; &amp;lt;/div&amp;gt; Exchange calendar Install extensions:</description></item></channel></rss>