No description
Find a file
Claude d7bb34e1ef
fix(install): install JetBrainsMono Nerd Font
The configs (wezterm.lua font, starship symbols, eza icons) assume
'JetBrainsMono Nerd Font', which was an Arch package in the old setup.
Ubuntu's fonts-jetbrains-mono is the plain family without Nerd glyphs,
so WezTerm fell back to a default font and warned on every launch.

lib/fonts.sh downloads the official nerd-fonts release tarball into
~/.local/share/fonts/JetBrainsMonoNerdFont and runs fc-cache. Skips if
fc-list already reports the family. fontconfig added to the apt base
list for fc-list/fc-cache.
2026-06-11 15:27:38 +00:00
.config feat: replace Omarchy layer with plain Arch + Hyprland installer 2026-06-09 11:06:43 +00:00
docs docs: add Omarchy install script prompt 2026-06-07 17:11:21 +00:00
install fix(install): install JetBrainsMono Nerd Font 2026-06-11 15:27:38 +00:00
.gitattributes chore: drop macOS/Windows support and offline nvim tooling 2026-06-07 16:50:33 +00:00
.gitconfig initial commit 2025-10-25 21:53:20 +02:00
.gitignore chore: drop macOS/Windows support and offline nvim tooling 2026-06-07 16:50:33 +00:00
.tmux.conf fix: windows keybinds 2026-02-26 21:53:50 +02:00
.zshrc feat(install): switch to Homebrew for the CLI toolchain 2026-06-10 16:54:47 +00:00
LICENSE Initial commit 2025-10-25 14:20:05 +02:00
README.md feat(install): switch to Homebrew for the CLI toolchain 2026-06-10 16:54:47 +00:00

dotfiles

Linux dotfiles oriented around Pop!_OS 24.04 (Cosmic DE). Plain Debian package paths in .zshrc with a fallback for Arch, so they also work on Arch machines if you ever switch back.

Quick Setup

# Clone
git clone <repo-url> ~/dotfiles

# Symlink configs
ln -sfn ~/dotfiles/.config/nvim ~/.config/nvim
ln -sfn ~/dotfiles/.config/tmux ~/.config/tmux
ln -sfn ~/dotfiles/.config/starship ~/.config/starship
ln -sfn ~/dotfiles/.config/lazygit ~/.config/lazygit
ln -sfn ~/dotfiles/.config/wezterm ~/.config/wezterm
ln -sfn ~/dotfiles/.config/zed ~/.config/zed
ln -sfn ~/dotfiles/.config/.ideavimrc ~/.ideavimrc
ln -sfn ~/dotfiles/.zshrc ~/.zshrc
ln -sfn ~/dotfiles/.gitconfig ~/.gitconfig

Install

On Pop!_OS / Ubuntu 24.04, run the bundled installer. It uses apt for the system base + GUI apps (WezTerm, Brave Beta) and Homebrew for the CLI toolchain (fzf, fd, bat, eza, zoxide, ripgrep, tmux, neovim, lazygit, starship, gh, zsh plugins) so those tools stay current — one brew upgrade updates everything.

~/dotfiles/install/install.sh

See install/README.md for flags and the full package list. The update alias runs brew upgrade && sudo apt upgrade.

Theme

Kanagawa theme with two variants: dragon (dark) and wave (darker blue).

Set in shell:

export KANAGAWA_THEME="wave"  # or "dragon"