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
# This is a markdown doument | |
The color scheme is bluish. | |
```css | |
html { | |
background-color: #00161B; | |
font-family: "consolas"; | |
color: #F8F8F8; | |
padding: 0; |
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
Type | Total | Disabled | Enabled | |
————————————————+———————+——————————+———————— | |
Built-in | 49 | 28 | 21 | |
Package Control | 148 | 45 | 103 | |
Total | 199 | 75 | 124 | |
Package Control Packages (Enabled): | |
———————————————————————————————————————————— | |
Abacus | |
AceJump |
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
Packages/Makefile/syntax_test_makefile.mak:3:1: [comment] does not match scope [text.plain] | |
Packages/Makefile/syntax_test_makefile.mak:6:1: [keyword.control.makefile] does not match scope [text.plain] | |
Packages/Makefile/syntax_test_makefile.mak:6:9: [support.function.builtin.makefile] does not match scope [text.plain] | |
Packages/Makefile/syntax_test_makefile.mak:6:52: [keyword.operator.makefile] does not match scope [text.plain] | |
Packages/Makefile/syntax_test_makefile.mak:6:61: [support.variable.makefile] does not match scope [text.plain] | |
Packages/Makefile/syntax_test_makefile.mak:11:2: [keyword.control.makefile] does not match scope [text.plain] | |
Packages/Makefile/syntax_test_makefile.mak:13:1: [keyword.control.makefile] does not match scope [text.plain] | |
Packages/Makefile/syntax_test_makefile.mak:16:1: [keyword.control.makefile] does not match scope [text.plain] | |
Packages/Makefile/syntax_test_makefile.mak:19:1: [keyword.control.makefile] does not match scope [text.plain] | |
Packages/Makefile/syntax_test_makefile.mak: |
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
brew install -v --HEAD https://raw.githubusercontent.com/rs/homebrew/gls/Library/Formula/gls.rb | |
/usr/bin/curl -fLA Homebrew 0.9.5 (Ruby 2.0.0-645; OS X 10.11) https://raw.githubusercontent.com/rs/homebrew/gls/Library/Formula/gls.rb -o /Library/Caches/Homebrew/Formula/gls.rb | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 480 100 480 0 0 534 0 --:--:-- --:--:-- --:--:-- 534 | |
Warning: You are using OS X 10.11. | |
We do not provide support for this pre-release version. | |
You may encounter build failures or other breakage. | |
==> Downloading https://github.com/rs/gls/archive/master.zip | |
Already downloaded: /Library/Caches/Homebrew/gls-HEAD.zip |
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
brew install -v --HEAD https://raw.githubusercontent.com/rs/homebrew/gls/Library/Formula/gls.rb | |
/usr/bin/curl -fLA Homebrew 0.9.5 (Ruby 2.0.0-645; OS X 10.11) https://raw.githubusercontent.com/rs/homebrew/gls/Library/Formula/gls.rb -o /Library/Caches/Homebrew/Formula/gls.rb | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 480 100 480 0 0 1595 0 --:--:-- --:--:-- --:--:-- 1594 | |
Warning: You are using OS X 10.11. | |
We do not provide support for this pre-release version. | |
You may encounter build failures or other breakage. | |
==> Downloading https://github.com/rs/gls/archive/master.zip | |
Already downloaded: /Library/Caches/Homebrew/gls-HEAD.zip |
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
:+1: | |
:-1: | |
:100: | |
:1234: | |
:8ball: | |
:a: | |
:ab: | |
:abc: | |
:abcd: | |
:accept: |
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
# edit.py | |
# buffer editing for both ST2 and ST3 that "just works" | |
import sublime | |
import sublime_plugin | |
from collections import defaultdict | |
try: | |
sublime.edit_storage | |
except AttributeError: |
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 ruby | |
# | |
# This script is an astonishing feat of top notch | |
# rockstar craftsmanship. It totally uses artificial | |
# intelligence to extract colors out of tmTheme and | |
# build an itermcolors scheme file for iTerm2. | |
# | |
# I know this sounds crazy, but it actually knows | |
# approximately what colors should be used in the | |
# ANSI list, and tries to find nearest colors from |
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
/* | |
* Wait Until Exists Version v0.2 - http://javascriptisawesome.blogspot.com/ | |
* | |
* | |
* TERMS OF USE - Wait Until Exists | |
* | |
* Open source under the BSD License. | |
* | |
* Copyright © 2011 Ivan Castellanos | |
* All rights reserved. |
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
set -g default-terminal "screen-256color" | |
set -g status-utf8 on | |
bind M source-file ~/.tmux/mac.session | |
bind L source-file ~/.tmux/linux.session | |
# set -g terminal-overrides 'xterm*:smcup@:rmcup@' | |
# THEME | |
set -g status-bg black |
NewerOlder