Mac 隐藏文件夹或目录

Mac 隐藏文件夹打开终端,输入 chflags hidden,然后将要隐藏的目录拖拽到终端,回车,搞定!!chflags hidden [DRAG FILE HERE]chflags nohidden [DRAG FILE HERE]

MacOS Mojave 字体发虚

视网膜屏幕直接忽略,下面说说非高分屏字体发虚的问题:问题现象vscode 字体变细:https://github.com/Microsoft/vscode/issues/51132系统字体也会变细,只需要根据喜好在终端中执行以下指令即可:关闭字体平滑:defaults write -g CGF...

Mac 终端 tab 自动补全

安装brew install bash-completion查看brew info bash-completion添加配置Add the following line to your ~/.bash_profile: [ -f /usr/local/etc/bash_completion ...