Useful Git settings
In my dotfiles I always have a .gitconfig
file
with some of the settings preconfigured.
Without them using Git for …
A personal blog
In my dotfiles I always have a .gitconfig
file
with some of the settings preconfigured.
Without them using Git for …
I recently started migration from Vim to Neovim. One of the first issues was proper configuration of clipboard. By proper …
I really like pytest. It’s a great tool for writing unit tests in Python, as it provides a lot …
pdb
is a simple debugger that comes by default with Python.
There are many more advanced alternatives like pudb
or …
It’s a neat way to remember tar
flags. Xtract Ze Files!
tar -xzf <myarchive>.tar.gz …
We’re live! I had an idea to create a personal blog for quite some time, and here it is …