Skip to content

macOS initial setup, configuration, and customization, totally opinionated

Notifications You must be signed in to change notification settings

xedef/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • Install XCode
  • xcode-select --install

Steps

  1. Install zsh
  sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
  1. Install brew
  /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. Install all brew-related stuff
  chmod +x brew.sh && ./brew.sh
  1. Tweak macOS
  chmod +x macos.sh && ./macos.sh

About

macOS initial setup, configuration, and customization, totally opinionated

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 60.7%
  • Vim Script 39.3%