Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.45 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.45 KB

Developer Insider Xcode Theme

Installation

1. Using curl

You can install Developer Insider Xcode theme by running following command in your terminal -

curl -s https://open.developerinsider.co/XcodeTheme/install.sh | bash

Now, select DeveloperInsider Xcode theme in Xcode's preferences to start using it. You may have to restart Xcode first.

2. Installing manually

You can also choose to do things manually if you want:

  1. Clone this repo:
$ git clone https://github.com/developerinsider/XcodeTheme.git
  1. Create a folder at this path if it doesn't exist already:
~/Library/Developer/Xcode/UserData/FontAndColorThemes
  1. Copy the file DeveloperInsider.xccolortheme into the above folder.

  2. Unzip the font archive and move the files into the ~/Library/Fonts.

  3. Now, select DeveloperInsider Xcode theme in Xcode's preferences to start using it. You may have to restart Xcode first.

Contributions

Any contribution is more than welcome! You can contribute through pull requests and issues on GitHub

Bugs

Please post any bugs to the issue tracker found on the project's GitHub page. Please include a description of what is not working right with your issue.

License

MIT