Skip to content

minamhere/My-Computer-Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

My Computer Setup:

Applications To Install

Configuration, Setup, and Customization:

OS X Settings:

Retina Display Configuration:

  • Custom Resolutions with HiDPI
    • Terminal> ioreg -lw0 | grep IODisplayPrefsKey
    • Look for: "IODisplayPrefsKey" = "IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/IGPU@2/AppleIntelFramebuffer@0/display0/AppleBacklightDisplay-610-a018"
    • The only thing we care about here is the 610 and the a018 though your numbers may be different.
    • We will want to navigate to /System/Library/Displays/Overrides/ in finder and choose the folder that corresponds with your first number, mine being 610. The folder I want is called DisplayVendorID-610.
    • Inside you want to find the corresponding files with your second number, mine being a018. The file I want is called DisplayProductID-a018.
    • To avoid dealing with getting rights to the file, we will just make a copy on the desktop and modify that. After that, open the copy you just made on the Desktop in TextEdit. Within the portion you will want to make a new line and paste in AAAPAAAACWAAAAAB. This is the data for the 1920x1200 HiDPI resolution. Save this file.
    • Then you want to delete the original DisplayProductID-a018 (or whatever file yours is) and paste in yours from the desktop. Make sure the name matches exactly or it will not work.
    • Reboot your machine and switch the resolution in RDM when you boot up.

Sublime Text Configuration:

  cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
  git clone https://github.com/davidrios/jade-tmbundle Jade

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published