Recent Posts
AI Coding - Define project context with AGENTS.md
Since AI coding assistants started becoming practical, I spent a lot of time explaining the AI-Agent the same things: “No, we use 2-space indentation here,” “Please use stylua for Lua...
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...