Recent Posts

Beautiful command line - OpenCode

Beautiful Command Line - OpenCode Hi folks! Continuing on our journey to building the ultimate terminal environment, we now focus on bringing the power of AI directly into our command...

Beautiful command line - NeoVim

Nvim with LazyVim Prerequisites brew install lazygit brew install ripgrep brew install fd Install nvim brew install nvim Configure nvim First, create a backup of your exiting nvim configuration. This...

Beautiful command line - Stow

Stow is a fantastic tool for managing dotfiles on macOS (and other Unix-like systems). It brings a level of elegance and organization to the often-messy world of configuration files. Let’s...

Beautiful command line - Tmux

Tmux is a fantastic tool that will seriously boost your productivity when working in the terminal. The most straightforward and recommended way to install tmux on macOS is using Homebrew....

Beautiful command line - Tools

The standard tools that come with every Unix-like system are already comprehensive. However, they share a minimalistic approach using colours or non-standard ASCII codes. Fortunately, you can either replace existing...

Beautiful command line - ZSH

Next up, is the setup of the Z-Shell. The Oh-My-Zsh framework The easiest way to get more out of the zsh shell is to install oh-my-zsh. It installs itself underneath...