Skip to content

Instantly share code, notes, and snippets.

View arash28134's full-sized avatar
🌌

Ali Atashrooz arash28134

🌌
View GitHub Profile
@arash28134
arash28134 / CMakeLists.txt
Created September 12, 2023 18:37
Example CMakeLists.txt for basic projects
# File strcuture:
#
# Test Project/
# β”œβ”€ CMakeLists.txt
# β”œβ”€ src/
# β”‚ β”œβ”€ *.cpp
# β”œβ”€ include/
# β”‚ β”œβ”€ *.h
# β”‚ β”œβ”€ *.hpp
@andersevenrud
andersevenrud / alacritty-tmux-vim_truecolor.md
Last active August 2, 2025 20:45
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