This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # --- INTERFACE & SYSTEM --- | |
| # Disable transparency (Forces the high-performance "Tinted" mode) | |
| defaults write com.apple.universalaccess reduceTransparency -bool true | |
| # Disable window tinting based on desktop wallpaper | |
| defaults write -g AppleReduceDesktopTinting -bool true | |
| # Disable window opening and closing animations | |
| defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kubectl run debug --rm -it --image nicolaka/netshoot -- bash |