One of the thing I discovered this week is ability to create mindmaps without leaving the comfort of Emacs 😄 This is made possible via PlantUML.
Import data from Dockerized Postgres to Elasticsearch
How to get VimR to use Lunarvim configuration
Do you like VimR GUI ? Do you like sane default configuration of LunarVim ? Wanna use both these great tools together ?
Firefox Reader mode in your Terminal
Do you prefer reading long text in terminal without distracting ads ? Sometimes this helps bypass paywall too 😉
How to blog entirely from within Emacs : Hugo and Markdown
How to use Emacs as an IDE with Integrated Terminal
I spend my time in either Emacs and Terminal. I tried to use
shell-mode
in emacs and got all sorts of wonky characters. Till I found vterm
.
Doom Emacs: How to Delete a Branch using `magit`
After working on a project for a long time there are lot of stale branches that you should remove periodically. Using some kind of user interface is better than series of git commands. Magit to the rescue!