Skip to content

This is my personal "defaults" commands for automatically setting my Macbook

Notifications You must be signed in to change notification settings

luxuxl/mac-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

简介

这是我个人使用的 macOS 自动化配置, 用于重装系统后的还原

文件结构介绍:

  • AppleScript_Disuse: 已被 defaults 完全替代
  • necessary-config: 必须执行的选项
    • sys_pre: 系统偏好设置
    • app_pre: 各个应用的偏好设置
  • alter-config: 非必须, 记录曾经配置的方法, 避免忘记

配置步骤

一、配置系统设置

1、下载本仓库的 sh 脚本

git clone [email protected]:luxuxl/mac-config.git

2、执行该文件中的 sys_pre.sh 脚本

sudo sh ./macos_defaults/necessary-config/sys_pre.sh

二、配置软件偏好设置

1、执行该文件中的 app_pre.sh 脚本

sudo sh ./macos_defaults/necessary-config/app_pre.sh

三、配置系统变量

四、下载软件

五、删除 ABC 输入法

About

This is my personal "defaults" commands for automatically setting my Macbook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages