mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2025-09-05 21:00:42 +00:00
iterm
This commit is contained in:
9
install
9
install
@@ -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
|
||||
|
Reference in New Issue
Block a user