Skip to content

vm-wylbur/pb-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pb-dotfiles

< Last update: Tue 10 Jun 2025 10:04 PDT >

Structure

Dotfiles are organized into packages for easy management:

dotfiles/
├── zsh/              # ZSH configuration (.zshrc, .zsh_plugins.txt)
├── vim/              # Vim configuration (.gvimrc)
├── starship/         # Starship prompt configuration (.config/starship/)
├── scripts/          # Utility scripts
├── deprecated/       # Old configs (bash, old vim/nvim setups)
└── manage.sh         # Management script

Quick Start

  1. Install all packages:

    ./manage.sh install
  2. Install specific package:

    ./manage.sh install zsh
  3. List available packages:

    ./manage.sh list

Dependencies

Manual Stow Usage

If you prefer to use stow directly:

# Install all packages
stow zsh vim starship

# Install single package
stow zsh

# Uninstall package
stow -D zsh

# Restow (useful after changes)
stow -R zsh

About

PB's dotfiles for bash and emacs

Resources

Stars

Watchers

Forks

Packages

No packages published