My terminal + dev environment. Works on macOS (Apple Silicon) and Fedora Linux.
- 🖥️ Terminal: Ghostty (Mac) / Kitty (Linux)
- 🐚 Shell: Zsh + Starship
- 📝 Editor: Neovim + clangd LSP
- 🎨 Theme: Gruvbox Dark Hard
- 🔤 Font: Fira Code Nerd Font
- 🌳 Git TUI: Lazygit
# 1. Install Homebrew if needed
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# 2. Clone this repo
git clone https://github.com/YOUR_USERNAME/dotfiles.git ~/dotfiles
cd ~/dotfiles
# 3. Install packages + symlink configs
./brew-install.sh
./install.sh
# 4. Restart terminal