From 53375a887ba2cc031d58e659893253d5dd8f71cd Mon Sep 17 00:00:00 2001 From: Patrick Mullins Date: Thu, 29 Oct 2015 14:49:11 -0400 Subject: [PATCH 1/7] Added DejaVu Sans Mono to Terminal Fonts Added DejaVu Sans Mono, a font based on Bitstream Vera, to Terminal Fonts. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 829d289..574e37d 100644 --- a/README.md +++ b/README.md @@ -1296,6 +1296,7 @@ chsh -s $(brew --prefix)/bin/zsh ### Terminal Fonts - [Anonymous Pro](http://www.marksimonson.com/fonts/view/anonymous-pro) - A family of four fixed-width fonts designed with coding in mind. +- [DejaVu Sans Mono](http://www.fontsquirrel.com/fonts/DejaVu-Sans-Mono) - A font family based on the Bitstream Vera Fonts. - [Hack](http://sourcefoundry.org/hack/) - Hack is hand groomed and optically balanced to be your go-to code face. - [Inconsolata](http://levien.com/type/myfonts/inconsolata.html) - A monospace font, designed for code listings and the like. - [Input](http://input.fontbureau.com) - A flexible system of fonts designed specifically for code. From 302d65aa04219a26924d00fcf7f3837f0e042b19 Mon Sep 17 00:00:00 2001 From: Patrick Mullins Date: Thu, 29 Oct 2015 15:24:26 -0400 Subject: [PATCH 2/7] Revert "Added DejaVu Sans Mono to Terminal Fonts" This reverts commit 53375a887ba2cc031d58e659893253d5dd8f71cd. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 574e37d..829d289 100644 --- a/README.md +++ b/README.md @@ -1296,7 +1296,6 @@ chsh -s $(brew --prefix)/bin/zsh ### Terminal Fonts - [Anonymous Pro](http://www.marksimonson.com/fonts/view/anonymous-pro) - A family of four fixed-width fonts designed with coding in mind. -- [DejaVu Sans Mono](http://www.fontsquirrel.com/fonts/DejaVu-Sans-Mono) - A font family based on the Bitstream Vera Fonts. - [Hack](http://sourcefoundry.org/hack/) - Hack is hand groomed and optically balanced to be your go-to code face. - [Inconsolata](http://levien.com/type/myfonts/inconsolata.html) - A monospace font, designed for code listings and the like. - [Input](http://input.fontbureau.com) - A flexible system of fonts designed specifically for code. From d57d1a8f01704bfbce012318583a1caf2c911e06 Mon Sep 17 00:00:00 2001 From: Patrick Mullins Date: Thu, 29 Oct 2015 15:27:30 -0400 Subject: [PATCH 3/7] Added DejaVu Sans Mono to Terminal Fonts Added DejaVu Sans Mono, a font based on Bitstream Vera, to Terminal Fonts. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 829d289..58e473c 100644 --- a/README.md +++ b/README.md @@ -1296,6 +1296,7 @@ chsh -s $(brew --prefix)/bin/zsh ### Terminal Fonts - [Anonymous Pro](http://www.marksimonson.com/fonts/view/anonymous-pro) - A family of four fixed-width fonts designed with coding in mind. +- [DejaVu Sans Mono](http://dejavu-fonts.org/wiki/Main_Page) - A font family based on the Vera Fonts. - [Hack](http://sourcefoundry.org/hack/) - Hack is hand groomed and optically balanced to be your go-to code face. - [Inconsolata](http://levien.com/type/myfonts/inconsolata.html) - A monospace font, designed for code listings and the like. - [Input](http://input.fontbureau.com) - A flexible system of fonts designed specifically for code. From 9f06cdba45b192372bf3ccd0de5817e99c1f30d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Gillstr=C3=B6m?= Date: Thu, 29 Oct 2015 17:36:13 +0100 Subject: [PATCH 4/7] Add Login Window Text --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 829d289..91a0d0e 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [ - [Kernel Extensions](#kernel-extensions) - [LaunchAgents](#launchagents) - [LaunchServices](#launchservices) + - [Login Window](#login-window) - [Memory Management](#memory-management) - [Notification Center](#notification-center) - [QuickLook](#quicklook) @@ -1101,6 +1102,13 @@ To be independent of OS X version, this relies on `locate` to find `lsregister`. sudo $(locate lsregister) -kill -seed -r ``` +### Login Window + +#### Set Login Window Text +```bash +sudo defaults write /Library/Preferences/com.apple.loginwindow LoginwindowText "Your text" +``` + ### Memory Management #### Purge memory cache From fbf934c41da10962cb0164d072ce7ed73a501b83 Mon Sep 17 00:00:00 2001 From: Plastix Date: Thu, 29 Oct 2015 12:48:12 -0400 Subject: [PATCH 5/7] Add link to Powerline font repo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 829d289..b667a34 100644 --- a/README.md +++ b/README.md @@ -1300,6 +1300,7 @@ chsh -s $(brew --prefix)/bin/zsh - [Inconsolata](http://levien.com/type/myfonts/inconsolata.html) - A monospace font, designed for code listings and the like. - [Input](http://input.fontbureau.com) - A flexible system of fonts designed specifically for code. - [Meslo](https://github.com/andreberg/Meslo-Font) - Customized version of Apple's Menlo font. +- [Powerline Fonts](https://github.com/powerline/fonts) - Repo of patched fonts for the Powerline plugin. - [Source Code Pro](https://adobe-fonts.github.io/source-code-pro/) - A monospaced font family for user interfaces and coding environments. From baf8eb024493c47e5ef306d830e4c31f8a7f72db Mon Sep 17 00:00:00 2001 From: Tyler Crumpton Date: Sat, 31 Oct 2015 11:42:43 -0500 Subject: [PATCH 6/7] Fix typo in README.md file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87cd891..bfd05a2 100644 --- a/README.md +++ b/README.md @@ -291,7 +291,7 @@ diskutil list ``` #### View File System Usage -A contiuous stream of file system access info. +A continuous stream of file system access info. ```bash sudo fs_usage ``` From d9e371cd4340f04230941fc6cbba79797fe88611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Gillstr=C3=B6m?= Date: Sun, 1 Nov 2015 11:25:37 +0100 Subject: [PATCH 7/7] Set Default Screenshot Name --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bfd05a2..c9b1658 100644 --- a/README.md +++ b/README.md @@ -1197,6 +1197,13 @@ defaults write com.apple.screencapture disable-shadow -bool true && \ killall SystemUIServer ``` +#### Set Default Screenshot Name +Date and time remain unchanged. +```bash +defaults write com.apple.screencapture name "Example name" && \ +killall SystemUIServer +``` + ### Software Installation #### Install PKG