No description
Find a file
2026-06-11 18:37:16 +02:00
.config fix: align setup with Pop!_OS toolchain 2026-06-11 18:37:16 +02:00
docs fix: align setup with Pop!_OS toolchain 2026-06-11 18:37:16 +02:00
install fix: align setup with Pop!_OS toolchain 2026-06-11 18:37:16 +02: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 feat: control WezTerm appearance from .zshrc via generated env.lua 2026-06-11 15:41:59 +00:00
.tmux.conf fix: windows keybinds 2026-02-26 21:53:50 +02:00
.zshrc fix: align setup with Pop!_OS toolchain 2026-06-11 18:37:16 +02:00
LICENSE Initial commit 2025-10-25 14:20:05 +02:00
README.md fix: align setup with Pop!_OS toolchain 2026-06-11 18:37:16 +02:00

dotfiles

Linux dotfiles oriented around Pop!_OS 24.04 (Cosmic DE).

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"