https://github.com/fnichol/macosx-terminal-settings
https://github.com/fnichol/macosx-terminal-settings
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fnichol/macosx-terminal-settings
- Owner: fnichol
- Created: 2010-11-08T05:48:46.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-08T05:56:00.000Z (over 14 years ago)
- Last Synced: 2025-03-24T03:09:19.645Z (3 months ago)
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.creole
Awesome Lists containing this project
README
= Mac OS X Terminal Settings =
== Installation ==
You can double click the {{{.terminal}}} files to import settings into
//Terminal.app//. Settings are called **Nichol**.To make this the default terminal settings go to the //Settings// tab, select
**Nichol** and click the //Default// button.Note that these settings assume that the **Inconsolata** font is already
installed. To download and install, simply:{{{
# install nicer coding font (click "install" when prompted)
font=Inconsolata.otf && \
curl http://www.levien.com/type/myfonts/$font -o /tmp/$font && \
open -W -a /Applications/Font\ Book.app /tmp/$font && \
rm /tmp/$font && \
unset font
}}}