14 lines
448 B
Bash
Executable File
14 lines
448 B
Bash
Executable File
#!/bin/sh
|
|
|
|
defaults write -g NSWindowShouldDragOnGesture -bool true
|
|
defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false
|
|
|
|
brew bundle --file=~/.config/Brewfile
|
|
|
|
~/.config/rectangle
|
|
~/.config/scroll-reverser
|
|
|
|
open ~/.config/terminal/PaperColor.terminal && sleep 5
|
|
defaults write com.apple.terminal "Default Window Settings" -string "PaperColor"
|
|
defaults write com.apple.Terminal "Startup Window Settings" -string "PaperColor"
|