dexiang / dotfiles

for mac initialization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initial Script for Mac

Preconditions

  • macOS 10.15

How To Use

Execute bootstrap.sh (Remember to enable execute permissions on all files)

Components

  • macOS configuration
  • Homebrew
  • Shell environment
  • dotfiles

Appications

CommandLine Tools

GUI applications

Fonts

macOS Configuration through command line

Setting Script
Empty Dock $ defaults delete com.apple.dock persistent-apps
$ defaults delete com.apple.dock persistent-others
Put Dock on the lfet side $ defaults write com.apple.dock orientation -string "left"

Releated

About

for mac initialization


Languages

Language:Shell 93.9%Language:Vim Script 6.1%