mirror of
https://github.com/danbee/mac-setup
synced 2025-03-04 08:39:10 +00:00
Setup dotfiles before MAS and ChunkWM
This commit is contained in:
parent
d2b87e2f58
commit
e2ccede2d9
16
setup.sh
16
setup.sh
@ -49,14 +49,6 @@ fi
|
||||
step "Installing Homebrew bundle"
|
||||
brew bundle --file="$MAC_SETUP_DIR/Brewfile"
|
||||
|
||||
# Setup `chunkwm`
|
||||
step "Setting up ChunkWM"
|
||||
"$MAC_SETUP_DIR/lib/chunkwm.sh"
|
||||
|
||||
# Install Mac App Store apps
|
||||
step "Installing App Store apps"
|
||||
"$MAC_SETUP_DIR/lib/mas.sh"
|
||||
|
||||
# Install dotfiles
|
||||
step "Installing dotfiles"
|
||||
"$MAC_SETUP_DIR/lib/dotfiles.sh"
|
||||
@ -65,6 +57,14 @@ step "Installing dotfiles"
|
||||
step "Set git author"
|
||||
"$MAC_SETUP_DIR/lib/git_author.sh"
|
||||
|
||||
# Setup `chunkwm`
|
||||
step "Setting up ChunkWM"
|
||||
"$MAC_SETUP_DIR/lib/chunkwm.sh"
|
||||
|
||||
# Install Mac App Store apps
|
||||
step "Installing App Store apps"
|
||||
"$MAC_SETUP_DIR/lib/mas.sh"
|
||||
|
||||
# Tweak the hell out of macOS settings
|
||||
step "Tweaking macOS config settings (takes a while)"
|
||||
"$MAC_SETUP_DIR/lib/macos.sh"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user