From 863e853390a52f8805c7ce5027c85bfea17dbd86 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Fri, 17 Mar 2017 14:36:59 -0300 Subject: [PATCH] anonymous pro font --- atom.symlink/config.cson | 2 +- fonts/install.sh | 13 +++++++------ iterm/com.googlecode.iterm2.plist.example | 2 +- sublime-text-3/Preferences.sublime-settings | 2 +- terminator/config | 2 +- vscode/settings.json | 2 +- 6 files changed, 12 insertions(+), 11 deletions(-) diff --git a/atom.symlink/config.cson b/atom.symlink/config.cson index b642febb3..91f59f415 100644 --- a/atom.symlink/config.cson +++ b/atom.symlink/config.cson @@ -12,7 +12,7 @@ "one-dark-syntax" ] editor: - fontFamily: "Hack" + fontFamily: "Anonymous Pro" fontSize: 15 invisibles: {} scrollPastEnd: true diff --git a/fonts/install.sh b/fonts/install.sh index fef4dcfd3..db05ff12b 100755 --- a/fonts/install.sh +++ b/fonts/install.sh @@ -1,18 +1,19 @@ #!/bin/sh -URL="https://github.com/chrissimpkins/Hack/releases/download/" +URL="http://www.marksimonson.com/assets/content/fonts/AnonymousPro-1.002.zip" install() { - curl -L -s -o /tmp/hack.tgz "$URL/v2.020/Hack-v2_020-${1}.tar.gz" - tar xzvf /tmp/hack.tgz -C "$2" + curl -L -s -o /tmp/anon.tgz "$URL" + tar xzvf /tmp/anon.tgz -C /tmp + cp /tmp/AnonymousPro-1.002.001/*.ttf "$2" } if [ "$(uname -s)" = "Darwin" ]; then if which brew >/dev/null 2>&1; then - brew cask install font-hack + brew cask install font-anonymous-pro else - install "otf" ~/Library/Fonts + install ~/Library/Fonts fi else mkdir -p ~/.fonts - install "ttf" ~/.fonts + install ~/.fonts fi diff --git a/iterm/com.googlecode.iterm2.plist.example b/iterm/com.googlecode.iterm2.plist.example index 4be384ed2..99669f62f 100644 --- a/iterm/com.googlecode.iterm2.plist.example +++ b/iterm/com.googlecode.iterm2.plist.example @@ -1019,7 +1019,7 @@ Non-ASCII Anti Aliased Normal Font - Hack 14 + AnonymousPro 14 Option Key Sends 0 Prompt Before Closing 2 diff --git a/sublime-text-3/Preferences.sublime-settings b/sublime-text-3/Preferences.sublime-settings index eb5496045..f87a52520 100644 --- a/sublime-text-3/Preferences.sublime-settings +++ b/sublime-text-3/Preferences.sublime-settings @@ -20,7 +20,7 @@ ".settings", ".idea" ], - "font_face": "Hack", + "font_face": "Anonymous Pro", "font_size": 15, "highlight_line": true, "highlight_modified_tabs": true, diff --git a/terminator/config b/terminator/config index 05a2a59b7..a7226e305 100644 --- a/terminator/config +++ b/terminator/config @@ -12,7 +12,7 @@ [profiles] [[default]] palette = "#2b303b:#bf616a:#a3be8c:#ebcb8b:#8fa1b3:#b48ead:#96b5b4:#c0c5ce:#65737e:#bf616a:#a3be8c:#ebcb8b:#8fa1b3:#b48ead:#96b5b4:#eff1f5" - font = Hack 13 + font = AnonymousPro 14 background_image = None use_system_font = False cursor_color = "#c0c5ce" diff --git a/vscode/settings.json b/vscode/settings.json index 4f215d54a..f2af4a21c 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -1,5 +1,5 @@ { - "editor.fontFamily": "Hack", + "editor.fontFamily": "Anonymous Pro", "editor.fontSize": 15, "editor.rulers": [ 80,