Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 707 Bytes

File metadata and controls

43 lines (31 loc) · 707 Bytes

my dotfiles

personal selection of my most important dotfiles.

Installation

git clone git@github.com:Kobe/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.sh

Post-Install

# Copy and edit local git config
cp ~/.gitconfig.local.template ~/.gitconfig.local
vi ~/.gitconfig.local

# Apply macOS defaults (optional)
./macos/defaults.sh

Update Brewfile

./update-brewfile.sh

Uninstall

./uninstall.sh

Packages

Package Contents
zsh/ .zshrc, .aliases
git/ .gitconfig, .gitignore_global, .gitconfig.local.template
homebrew/ Brewfile
macos/ defaults.sh (System-Einstellungen)