From 4317e763fbf1844079f3d533901be0d04c752df7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 30 Jun 2016 16:59:23 +0200 Subject: Emacs: Use Proggy font on macOS (normal DPI) --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 054fe67..f071731 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -180,7 +180,7 @@ because I manage those in my [[file:~/projects/dotfiles/tag-xresources/xresource (let ((displays (string-to-number (shell-command-to-string "system_profiler SPDisplaysDataType | grep \"Online: Yes\" | wc -l")))) (if (eq displays 1) (ap/set-fonts "PT Mono" 12 "Lucide Grande" 12 t) - (ap/set-fonts "Anonymous Pro" 11 "Lucida Grande" 12 nil)))) + (ap/set-fonts "ProggyOptiS" 11 "Lucida Grande" 12 nil)))) ((eq window-system 'x) (ap/set-fonts "Source Code Pro" 10 "Input Sans" 10 t)))) -- cgit 1.4.1 From 56533b7ddf4ecbef67110a56d38d8df16fc20c6f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 30 Jun 2016 17:04:43 +0200 Subject: Replace deprecated Brewfile with shell script --- Brewfile | 9 --------- brew.sh | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 Brewfile create mode 100644 brew.sh diff --git a/Brewfile b/Brewfile deleted file mode 100644 index ae3e09d..0000000 --- a/Brewfile +++ /dev/null @@ -1,9 +0,0 @@ -install direnv -install emacs --cocoa --srgb --with-gnutls -install fasd -install git -install htop -install hub -install mobile-shell -install ssh-copy-id -install zsh \ No newline at end of file diff --git a/brew.sh b/brew.sh new file mode 100644 index 0000000..75988ec --- /dev/null +++ b/brew.sh @@ -0,0 +1,18 @@ +brew install android-platform-tools +brew install ansible +brew install gitup +brew install h2o +brew install launchdns +brew install mackup +brew install mariadb --with-archive-storage-engine --with-local-infile +brew tap homebrew/versions +brew install homebrew/versions/node4-lts --with-debug +brew install postgresql +brew install redis +brew install ssh-copy-id +brew install syncthing +brew install syncthing-inotify +brew install trash +brew install xhyve +brew install zplug +brew install zsh-completions -- cgit 1.4.1