Skip to content

Instantly share code, notes, and snippets.

View sorachii's full-sized avatar
🐡
BSDs and Neovim are cool

Koczka Bence sorachii

🐡
BSDs and Neovim are cool
View GitHub Profile
@ekickx
ekickx / .zshrc
Created October 1, 2021 15:16
Simple zsh startup timer
ZSH_INIT_TIME=$(date +%s%N)
##########################
# KONFIGURASI ZSH KALIAN #
##########################
ZSH_LOADED_TIME=$(date +%s%N)
ZSH_STARTUP_TIME=$(((ZSH_LOADED_TIME - ZSH_INIT_TIME) / 1000000))
printf "Startup time: $ZSH_STARTUP_TIME ms\n"
@andersevenrud
andersevenrud / alacritty-tmux-vim_truecolor.md
Last active June 27, 2024 01:08
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
@TiZ-HugLife
TiZ-HugLife / bspwmrc
Created February 11, 2015 04:21
bspwm config files
#! /bin/sh
bspc config top_padding 24
bspc config bottom_padding 0
bspc config left_padding 0
bspc config right_padding 0
bspc config border_width 3
bspc config window_gap 16
# Borders and gaps