Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.03 KB

File metadata and controls

37 lines (27 loc) · 1.03 KB

Dotfiles

My development environment configuration, managed with GNU Stow.

What's Included

Package Description
nvim Neovim config with Lazy.nvim plugins
ghostty Ghostty terminal emulator config
zsh Zsh shell configuration
git Git config and aliases

Installation

git clone https://github.com/isaac-levine/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.sh

The install script checks for GNU Stow (installs via Homebrew if needed), then symlinks each package into $HOME.

Manual Setup

# Symlink individual packages
stow nvim      # ~/.config/nvim → dotfiles/nvim/.config/nvim
stow ghostty   # ~/.config/ghostty → dotfiles/ghostty/.config/ghostty
stow zsh       # ~/.zshrc → dotfiles/zsh/.zshrc
stow git       # ~/.gitconfig → dotfiles/git/.gitconfig

Requirements

  • macOS (Homebrew) or Linux
  • GNU Stow