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

Compare commits

..

No commits in common. "39a127e98d08f4ab082b78972cf969f9028778b5" and "8d1bee9b07ecd3fb199f1c5a70cdc8095890709a" have entirely different histories.

4 changed files with 8 additions and 11 deletions

View File

@ -9,17 +9,17 @@ fi
if [ ! -d "$HOME/dotfiles" ]; then
git clone git@github.com:thoughtbot/dotfiles.git
else
pushd "$HOME/dotfiles"
cd "$HOME/dotfiles"
git pull
popd
cd -
fi
if [ ! -d "$HOME/dotfiles-local" ]; then
git clone git@github.com:danbee/dotfiles-local.git
else
pushd "$HOME/dotfiles-local"
cd "$HOME/dotfiles-local"
git pull
popd
cd -
fi
env RCRC="$HOME/dotfiles/rcrc" rcup

View File

@ -26,9 +26,6 @@ defaults write NSGlobalDomain NSUseAnimatedFocusRing -bool false
# Increase window resize speed for Cocoa applications
defaults write NSGlobalDomain NSWindowResizeTime -float 0.001
# Disable new window animation
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false
# Expand save panel by default
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode2 -bool true

View File

@ -3,7 +3,7 @@
export LDFLAGS="-L/usr/local/opt/zlib/lib"
export CPPFLAGS="-I/usr/local/opt/zlib/include"
pushd "$HOME"
cd "$HOME"
for tool in `awk -F " " '{print $1}' .tool-versions`; do
asdf plugin-add "$tool"
@ -15,4 +15,4 @@ done
asdf install
popd
cd -

View File

@ -44,9 +44,9 @@ fi
if [ ! -d "$MAC_SETUP_DIR" ]; then
git clone git@github.com:danbee/mac-setup.git "$HOME/mac-setup"
else
pushd "$MAC_SETUP_DIR"
cd "$MAC_SETUP_DIR"
git pull
popd
cd -
fi
# Install brew bundles