my-ios

MacOS

Applications

Productivity

Code

CommandLine

  • neofetch 在命令行显示操作系统信息、软件和硬件信息
  • ripgrep rust版的grep 主打就是一个快
  • rga 类似 ripgrep 但是可以搜索PDF zip里的内容
  • sdkman java sdk版本管理

macos-defaults

key repeat rate # 按键重复速率

defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)

Mac Rearrange automatically

sudo defaults write com.apple.dock "mru-spaces" -bool "false" && killall Dock

system setting —> Desktop & Dock —> Automatically rearrange Spaces based on most recent use

Key held down behavior

defaults write NSGlobalDomain "ApplePressAndHoldEnabled" -bool "false"