Vim and vim configuration: A beginners guide
Tools and ConfigsLinux

Vim and vim configuration: A beginners guide

Introduction Vim is an acronym forVi Improved. It is a free and open-source text editor. Vim is an improved vi clone. Vim is mainly designed to be used on a command-line interface, but it has a GUI version. If you are a programmer, there is an excellent chance that you know about VIM. For years, the VIM vs. Emacs…
Installing Homebrew for Mac M1
Tools and Configs

Installing Homebrew for Mac M1

Homebrew installsthe stuff you needthat Apple (or your Linux system) didn’t. Homebrew installs packages to their own directory and then symlinks their files into/usr/local(on macOS Intel). Installing Homebrew /bin/bash -c "$(curl -fsSL <a…