Skip to content

isaac-levine/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dev environment configs managed with GNU Stow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •