Make your life in Linux easier with aliases

If you’ve never heard of aliases in linux, the simplest way to explain it is that they are shortcuts to the command line, instead of typing a huge command, or not so big, you type a simple command. An example, instead of: git add . && git commit -m "initial commit" You can use: git add . && git commit -m "initial commit" Which makes it even easier for very used commands, right?...

December 4, 2022 · 3 min · Diego Rodrigo

Make your Linux terminal much more beautiful and productive

The linux terminal is very useful but for me it is sometimes very annoying in some aspects, so for years I have been using ZSH with some plugins and a theme that I think is much more productive, I decided to create this post for those who want to use this same configuration or If you are inspired by her to create your own feel free, the final result will be this:...

November 20, 2022 · 3 min · Diego Rodrigo