chrisenytc / dotfiles

My settings for new OS X installations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

My settings for new macOS installations

Getting started

The first step is install the Xcode in the mac app store, after installed check if the git command is working.

Apps from App Store

Apps that I use installed with the mac app store

From Apple

Third-party

Apps installed manually

Safari Extensions

Fonts

You need to install the FiraCode font in the fonts folder.

Terminal Profile

You need to install the terminal profile in the terminal folder. After installed use the FiraCode font with the size 16.

General

  • Use the dark menu option in System Preferences > General.
  • Use the ken burns effect on the screen saver.
  • Enable the Minimize windows into application icon option in System Preferences > Dock.
  • Enable the Automatically show and hide the dock option in System Preferences > Dock.
  • Change the require password to immeadiately in System Preferences > Security & Privacy.
  • Enable the Tap to click option in System Preferences > Trackpad.
  • Enable the Show volume in menu bar option in System Preferences > Sound.
  • Enable the Show fast user switching menu option in System Preferences > Users & Groups.

Hot Corners

Set the hot corners in System Preferences > Desktop & Screen Saver > Screen Saver

Hot Corners

Dock organization

Define the position of the icons on the dock

Dock

Install the other apps

./setup.sh

After done continue to the next step below

source ~/.zshrc

Languages

Node.js

Install the node.js 6.1.0 and 4.4.3.

nodenv install 6.1.0

Set as the global version

nodenv global 6.1.0

Now see if the version is correct: node -v.

Note: Rust, Elixir and Ocaml are already installed by setup.sh.

Final

Now you are ready to develop with your new macOS installation.

LICENSE

Check here.

About

My settings for new OS X installations

License:MIT License


Languages

Language:Shell 100.0%