Skip to content

stephenwright/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Ever evolving linux configuration files.

Clean, simple dotfiles management with a unified command interface.

Folder Structure

.
├── archive/     # old dotfiles
├── backup/      # backups created by `restore --backup`
├── base/        # config files, structure mirrors $HOME
├── bin/         # scripts
│   ├── dot      # tool for managing dotfiles
│   └── stew     # tool for managing environment
└── README.md    # this file

Note: These scripts assume repo is checked out to ~/dotfiles

dot: dotfiles management tool

# first time setup
cd ~/dotfiles/bin && ./dot restore

# Show differences between base and system
dot diff
dot diff --full  # Show actual content differences

# Backup current system configs to repo
dot backup

# Restore configs from repo to system
dot restore --backup

stew: desktop environment management tool

stew notify     # show recent notifications
stew session    # lock/logout/restart/shutdown
stew space      # Apply workspace profile
stew wall       # Change wallpaper
stew win        # Find and manage windows

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors