Explore >> Select a destination


You are here

pilledtexts.com
| | tsumarios.github.io
3.5 parsecs away

Travel
| | A Termux setup with essential tools, configuring zsh, and enhancing Neovim with plugins.
| | navendu.me
3.8 parsecs away

Travel
| | I recently configured my development environment from scratch. This post documents my complete, although ongoing, setup.
| | citizen428.net
2.9 parsecs away

Travel
| | In todays Rails quick tip well look at my local development workflow, specifically tmux, Overmind, and tmuxinator. tmux tmux is whats called a terminal multiplexer. The documentation explains what exactly that means as follows: It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal. The following screenshot shows a single tmux window with 3 panes: one displaying a greeting via figlet, one running hugo...
| | mor-pah.net
25.4 parsecs away

Travel
| [AI summary] A blog post explains how to remove a file or folder from a Git repository, including all past commits, using git filter-branch commands.