No description
Find a file
Claude 84fbb30d82
chore: drop macOS/Windows support and offline nvim tooling
- Remove macOS/Windows clipboard branches, homebrew fzf path from .vimrc
- Remove is_macos/is_windows logic from wezterm.lua
- Drop scripts/nvim-offline-* and NVIM_OFFLINE plumbing from nvim config
- Clean macOS section from .gitignore; simplify .gitattributes to LF-only
- Trim README of offline-bundle section
2026-06-07 16:50:33 +00:00
.config chore: drop macOS/Windows support and offline nvim tooling 2026-06-07 16:50:33 +00:00
docs docs: nvim to ideavimrc 2026-04-29 14:59:34 +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 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 remove cross platform from config 2026-06-06 11:20:21 +02:00
LICENSE Initial commit 2025-10-25 14:20:05 +02:00
README.md chore: drop macOS/Windows support and offline nvim tooling 2026-06-07 16:50:33 +00:00

dotfiles

Linux/Fedora focused dotfiles. Managed manually — symlink configs into place or copy as needed.

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

Dependencies (Fedora)

sudo dnf install -y \
  zsh \
  zsh-syntax-highlighting \
  zsh-autosuggestions \
  fzf \
  fd-find \
  bat \
  eza \
  zoxide \
  tmux \
  lazygit \
  neovim \
  starship

Install nvm separately: https://github.com/nvm-sh/nvm

Theme

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

Set in shell:

export KANAGAWA_THEME="wave"  # or "dragon"