This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
#---------------------------------------------------------------------- | |
# Functions | |
#---------------------------------------------------------------------- | |
# Exits the script with the given exit code after waiting | |
# for a keypress. | |
# | |
# @param [Integer] $1 exit code. | |
function key_exit() { |
Default to Source Code Pro and Source Sans Pro size 13pt and ~1.1x line-height for better readibility.
Run IntelliJ based IDEs on JVM 1.6 for sub-pixel anti-aliasing on LCDs.
Use OTF versions of Adobe's Source fonts.
Grab the latest releases of Source Code Pro & Source Sans Pro:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%!PS-Adobe-3.0 | |
% Title: dot grid paper, 5x5 mm | |
%%BeginSetup | |
%%BeginFeature: *PageSize A4 | |
<< /PageSize [ 595.27 841.889 ] | |
/ImagingBBox null | |
>> setpagedevice | |
%%EndFeature | |
%%EndSetup |