eATM

macos新系统优化/软件安装

动态效果优化

				
					#关闭Launchpad界面动画效果
defaults write com.apple.dock springboard-show-duration -int 0
defaults write com.apple.dock springboard-hide-duration -int 0;killall Dock
defaults write com.apple.dock springboard-page-duration -int 0;killall Dock

#关闭Dock栏的动画效果
defaults write com.apple.dock autohide-time-moidifier -int 0;killall Dock

#关闭文件保存和打印对话框的动画效果
defaults write -g NSWindowResizeTime -float 0.01

#关闭Mission Control的动画特效
defaults write com.apple.dock expose-animation -duration -int 0;killall Dock


#关闭窗口和对话框弹出的动画特效
defaults write -g NSAutomaticWindowAnimationEnabled -bool FALSE


#关闭快速查看的动画特效
defaults write com.apple.finder QLPanelAnimationDuration -int 0;killall Finder



				
			

XtraFinder注册版

macwk.com@gmail.com
GAWAE-FCADB-YNT7G-GBQZC-8UGVA-VFNRX-6U8DW-5WN9C-CQG48-PTR5T-798GS-ZFMJS-SNE5V-3LNRY-TXX4

1.7/1.8确认适用,其它版本未知.

使用官网版本即可.

官网版本也是无限试用,只是启动时会提示注册框.

https://www.trankynam.com/xtrafinder/

一键安装brew

				
					/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
				
			

支持NTFS读写

需先安装

macFUSE:https://osxfuse.github.io/

再用brew安装ntfs-3g

 

 

最终UI工具:https://mounty.app/#installation

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注