rename folders to small cases
This commit is contained in:
15
macos/config-mac.sh
Executable file
15
macos/config-mac.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
defaults write com.apple.dock springboard-rows -int 9
|
||||
|
||||
defaults write com.apple.dock springboard-columns -int 12
|
||||
|
||||
defaults write com.apple.dock ResetLaunchPad -bool true
|
||||
|
||||
defaults write com.apple.Dock autohide-delay -float 0
|
||||
|
||||
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
|
||||
|
||||
# Don't create .DS_Store files
|
||||
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool TRUE
|
||||
# To enable: defaults delete com.apple.desktopservices DSDontWriteNetworkStores
|
||||
|
||||
killall Dock
|
||||
5
macos/install-homebrew.sh
Executable file
5
macos/install-homebrew.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
echo "Installing Homebrew on MacOS"
|
||||
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
|
||||
|
||||
# uninstall: /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
|
||||
# install emacs: brew cask install emacs
|
||||
1
macos/show-temperature.sh
Executable file
1
macos/show-temperature.sh
Executable file
@@ -0,0 +1 @@
|
||||
sudo powermetrics ... --samplers smc
|
||||
Reference in New Issue
Block a user