Skip to content

roovic/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Personal dotfiles for macOS, managed with GNU Stow.

What's included

Package Contents
zsh/ Shell config (zimfw framework)
starship/ Starship prompt config
git/ Git config and global ignores

Plus a Brewfile for macOS packages and an install.sh bootstrap script.

Setup

git clone https://github.com/ppejovic/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.sh

The install script is idempotent and safe to rerun. It will:

  1. Install Homebrew (if missing)
  2. Install packages from the Brewfile (stow, starship, direnv, gh, etc.)
  3. Back up any conflicting files to ~/.dotfiles_backup/
  4. Symlink dotfiles into $HOME via Stow
  5. Install zimfw and its modules
  6. Install Claude Code

Managing packages

stow <pkg>       # link a package
stow -D <pkg>    # unlink a package

Stow packages mirror the home directory structure, e.g. starship/.config/starship.toml links to ~/.config/starship.toml.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors