This commit is contained in:
2023-02-23 19:17:09 +01:00
parent 61482e3f3b
commit dce5503eb9
3 changed files with 666 additions and 2 deletions

View File

@@ -30,12 +30,17 @@ if uninstalled pnpm; then
curl -fsSL https://get.pnpm.io/install.sh | sh -
fi
# Brew
# macOS
if [[ $platform == "Darwin" ]]; then
# Brew
if uninstalled brew; then
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi
brew bundle --file ./files/Brewfile
brew bundle --file ./files/Brewfile
# iTerm2
defaults write com.googlecode.iterm2.plist PrefsCustomFolder -string "~/.dotfiles/files/iterm2"
defaults write com.googlecode.iterm2.plist LoadPrefsFromCustomFolder -bool true
fi
# NeoVim & Vim Plugins https://github.com/junegunn/vim-plug