Skip to content

Instantly share code, notes, and snippets.

@AtticusZeller
AtticusZeller / alacritty.toml
Created March 11, 2025 07:06
alacritty + zsh + Powerlevel10k color ubuntu
# Ref: https://alacritty.org/config-alacritty.html
[env]
TERM = "xterm-256color"
[window]
startup_mode = "Windowed"
dynamic_title = true
dimensions = { columns = 80, lines = 20 }
dynamic_padding = true
[font]
@AtticusZeller
AtticusZeller / .zshrc
Created March 5, 2025 06:46
zsh config
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH