Posts tagged “tools”
Vimwiki + Neovim Setup on Mac
These instructions are specific to Mac & Linux with Homebrew but the concept works on any Unix system with minor tweaks. Setup 1. Install Neovim brew update brew install neovim You can now launch Neovim with the nvim…
Setting Up Pass on Mac
Pass is the standard Unix password manager. Each password is a GPG-encrypted file. Git handles sync. No cloud, no vendor, no proprietary format — just files you control. These instructions are specific to Mac with Homebr…