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
a.snippet { | |
font-size: 12pt; | |
} | |
div.snippet { | |
font-size: 12pt; | |
font-family: Myriad Pro; | |
color: #002b36; | |
border-style: none; | |
} |
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
#18141 0x00000001000ea4b6 in mark_object () | |
#18142 0x00000001000ea676 in mark_object () | |
#18143 0x00000001000ea4b6 in mark_object () | |
#18144 0x00000001000ea676 in mark_object () | |
#18145 0x00000001000ea4b6 in mark_object () | |
#18146 0x00000001000ea676 in mark_object () | |
#18147 0x00000001000ea4b6 in mark_object () | |
#18148 0x00000001000ea676 in mark_object () | |
#18149 0x00000001000ea204 in mark_object () | |
#18150 0x00000001000ea4ad in mark_object () |
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
require 'formula' | |
class EmacsMac < Formula | |
url 'ftp://ftp.math.s.chiba-u.ac.jp//emacs/emacs-24.2-mac-3.2.tar.gz' | |
sha1 '8a6c906aa0d8aa3ab36015bdf96e1e31cf17faa6' | |
end | |
class Emacs < Formula | |
homepage 'http://www.gnu.org/software/emacs/' | |
url 'http://ftpmirror.gnu.org/emacs/emacs-24.2.tar.bz2' |
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
require 'formula' | |
class EmacsMac < Formula | |
homepage 'http://www.gnu.org/software/emacs/' | |
head 'https://github.com/railwaycat/emacs-mac-port.git' | |
url 'https://github.com/railwaycat/emacs-mac-port.git', :using => :git, :tag => 'v4.2' | |
version 'emacs-24.3-mac-4.2' | |
depends_on 'automake' => :build |
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
(defun start-recording () | |
(interactive) | |
(setq auto-revert-interval 0.5) | |
(auto-revert-set-timer) | |
(when (file-exists-p "keys.log") (delete-file "keys.log")) | |
(delete-other-windows) | |
(split-window-vertically (- (window-height) 5)) | |
(other-window 1) | |
(nlinum-mode -1) | |
(find-file (expand-file-name "./keys.log")) |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Ansi 0 Color</key> | |
<dict> | |
<key>Blue Component</key> | |
<real>0.0</real> | |
<key>Green Component</key> | |
<real>0.0</real> |
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 | |
# ~/.osx — https://mths.be/osx | |
# Ask for the administrator password upfront | |
sudo -v | |
# Keep-alive: update existing `sudo` time stamp until `.osx` has finished | |
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null & |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>ANSIBlackColor</key> | |
<data> | |
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS | |
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NGMCAw | |
IDAAEAKAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhOU09iamVj | |
dF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltiaWttcn2GjpGa |
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
Via https://github.com/tekezo/Karabiner-Elements/pull/247#issuecomment-265033986 | |
Download & install https://github.com/wwwjfy/Karabiner-Elements/releases/tag/0.90.83 | |
To remap caps lock and return to control and return when pressed alone | |
Edit ~/.config/karabiner/karabiner.json to include | |
{ | |
"global": { |
OlderNewer