mirror of
https://github.com/danbee/mac-setup
synced 2025-03-04 08:39:10 +00:00
Compare commits
No commits in common. "9bf9cd4c623356b74588cb95c0bb4e4ee2d95ac4" and "4fe0e9acb8f1fdef2f480eed469160a024ca1cb6" have entirely different histories.
9bf9cd4c62
...
4fe0e9acb8
1
Brewfile
1
Brewfile
@ -13,7 +13,6 @@ brew "gitstatus"
|
|||||||
brew "gpg"
|
brew "gpg"
|
||||||
brew "heroku"
|
brew "heroku"
|
||||||
brew "imagemagick"
|
brew "imagemagick"
|
||||||
brew "mackup"
|
|
||||||
brew "mas"
|
brew "mas"
|
||||||
brew "postgresql"
|
brew "postgresql"
|
||||||
brew "pv"
|
brew "pv"
|
||||||
|
|||||||
@ -26,4 +26,4 @@ else
|
|||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
env RCRC="$HOME/dotfiles-local/rcrc" rcup
|
env RCRC="$HOME/dotfiles/rcrc" rcup
|
||||||
|
|||||||
@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
mackup restore
|
|
||||||
@ -1,5 +1,3 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# Start Yabai
|
# Start Yabai
|
||||||
brew services start yabai
|
brew services start yabai
|
||||||
brew services start skhd
|
brew services start skhd
|
||||||
|
|||||||
4
setup.sh
4
setup.sh
@ -57,10 +57,6 @@ brew bundle --file="$MAC_SETUP_DIR/Brewfile"
|
|||||||
step "Installing dotfiles"
|
step "Installing dotfiles"
|
||||||
"$MAC_SETUP_DIR/lib/dotfiles.sh"
|
"$MAC_SETUP_DIR/lib/dotfiles.sh"
|
||||||
|
|
||||||
# Mackup
|
|
||||||
step "Restoring config files"
|
|
||||||
"$MAC_SETUP_DIR/lib/mackup.sh"
|
|
||||||
|
|
||||||
# Change the shell
|
# Change the shell
|
||||||
step "Changing shell to zsh"
|
step "Changing shell to zsh"
|
||||||
"$MAC_SETUP_DIR/lib/shell.sh"
|
"$MAC_SETUP_DIR/lib/shell.sh"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user