Skip to content

Instantly share code, notes, and snippets.

View typovrak's full-sized avatar

typovrak typovrak

View GitHub Profile
@axelhamil
axelhamil / rasp_pi__zero_config_from_scratch.md
Last active November 19, 2025 00:06
🚀 Raspberry Pi Zero 2 W – Headless Setup Guide (with Static IP) and Pi Hole

Raspberry Pi OS SSH Ready

A quick and clean guide to set up your Raspberry Pi Zero 2 W headlessly with Wi-Fi, SSH, and a static IP – perfect for IoT and embedded projects.


🧰 Requirements

@axelhamil
axelhamil / macos_config_from_scratch.md
Last active August 5, 2025 14:35
MacOS config from scratch

⚙️ macOS Dev Environment Setup

A clean and pragmatic guide to setting up a modern development environment on macOS, including:

  • 🧃 Homebrew
  • 🐱 Kitty terminal
  • 🔐 Git + GitHub over SSH with signed commits
  • 🧩 Dotfiles management using GNU Stow

@andersevenrud
andersevenrud / alacritty-tmux-vim_truecolor.md
Last active November 2, 2025 23:00
True Color (24-bit) and italics with alacritty + tmux + vim (neovim)

True Color (24-bit) and italics with alacritty + tmux + vim (neovim)

This should make True Color (24-bit) and italics work in your tmux session and vim/neovim when using Alacritty (and should be compatible with any other terminal emulator, including Kitty).

Testing colors

Running this script should look the same in tmux as without.

curl -s https://gist.githubusercontent.com/lifepillar/09a44b8cf0f9397465614e622979107f/raw/24-bit-color.sh >24-bit-color.sh
@JBlond
JBlond / bash-colors.md
Last active December 6, 2025 01:57 — forked from iamnewton/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple