Skip to content

brendanfalk/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Minimal dotfiles managed with mackup

Set up new device

Install everything (CLI + desktop apps + custom settings)

bash -c "$(curl -fsSL https://raw.githubusercontent.com/brendanfalk/dotfiles/main/install.sh)"

Server only (CLI tools, no desktop apps)

bash -c "$(curl -fsSL https://raw.githubusercontent.com/brendanfalk/dotfiles/main/install.sh)" -s -- --server

Commands

Run custom macOS settings

~/proj/dotfiles/custom

Update git config

git config --global user.name "Brendan Falk"
git config --global user.email 4949076+brendanfalk@users.noreply.github.com

Mackup commands

  • mackup backup - Save configs from system to ~/proj/dotfiles/Mackup
  • mackup restore - Symlink configs from ~/proj/dotfiles/Mackup to system
  • mackup uninstall - Remove symlinks and restore configs to system

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages