1
0
mirror of https://github.com/danbee/mac-setup synced 2025-03-04 08:39:10 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
9bf9cd4c62 Add shebang line for yabai script 2022-01-08 18:17:33 -06:00
1512d7e33d Initialize RCUP with alternative config 2022-01-08 18:17:33 -06:00
c3adf15f71 Restore Mackup 2022-01-08 18:17:33 -06:00
5 changed files with 11 additions and 1 deletions

View File

@ -13,6 +13,7 @@ brew "gitstatus"
brew "gpg"
brew "heroku"
brew "imagemagick"
brew "mackup"
brew "mas"
brew "postgresql"
brew "pv"

View File

@ -26,4 +26,4 @@ else
popd
fi
env RCRC="$HOME/dotfiles/rcrc" rcup
env RCRC="$HOME/dotfiles-local/rcrc" rcup

3
lib/mackup.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
mackup restore

View File

@ -1,3 +1,5 @@
#!/bin/sh
# Start Yabai
brew services start yabai
brew services start skhd

View File

@ -57,6 +57,10 @@ brew bundle --file="$MAC_SETUP_DIR/Brewfile"
step "Installing dotfiles"
"$MAC_SETUP_DIR/lib/dotfiles.sh"
# Mackup
step "Restoring config files"
"$MAC_SETUP_DIR/lib/mackup.sh"
# Change the shell
step "Changing shell to zsh"
"$MAC_SETUP_DIR/lib/shell.sh"