TBD
TBD
First update your system and install the XCode command line tools. They are necessary for the Mac App Store manageement tools mas (Note: The current version of mas only works with XCode 8.x and thus macOS 10.12).
sudo softwareupdate -i -a
xcode-select --install
Clone the dotfile repository and execute the installation script.
git clone https://github.com/neotreat/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap
TBD
This repository was forked from Zach Holman' brilliantly structured dotfiles. He also wrote an interesting article about the philosophy of dotfiles, which I linked.
Furthermore I got inspired by the dotfiles of the following developers, which are also mentioned in the respective files:
- int3h dotfiles, https://github.com/int3h/dotfiles