Having trouble installing the latest stable version of tmux?
Save yourself some time and run this little fellow!
- gcc
- wget
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE MudletPackage> | |
<MudletPackage version="1.001"> | |
<TriggerPackage> | |
<TriggerGroup isActive="yes" isFolder="yes" isTempTrigger="no" isMultiline="no" isPerlSlashGOption="no" isColorizerTrigger="no" isFilterTrigger="no" isSoundTrigger="no" isColorTrigger="no" isColorTriggerFg="no" isColorTriggerBg="no"> | |
<name>generic_mapper</name> | |
<script></script> | |
<triggerType>0</triggerType> | |
<conditonLineDelta>0</conditonLineDelta> | |
<mStayOpen>0</mStayOpen> |
jezebel.com##.initialized.instream-permalink.instream-native-video—desktop.instream-native-video | |
lifehacker.com##.initialized.instream-permalink.instream-native-video—desktop.instream-native-video | |
fusion.net##.initialized.instream-permalink.instream-native-video—desktop.instream-native-video | |
gizmodo.com##.initialized.instream-permalink.instream-native-video—desktop.instream-native-video | |
jalopnik.com##.initialized.instream-permalink.instream-native-video—desktop.instream-native-video | |
kotaku.com##.initialized.instream-permalink.instream-native-video—desktop.instream-native-video | |
theroot.com##.initialized.instream-permalink.instream-native-video—desktop.instream-native-video | |
deadspin.com##.initialized.instream-permalink.instream-native-video—desktop.instream-native-video | |
lifehacker.com##.recent-video |
# min pattern length 1 | |
from .perl_base import Perl_base | |
import deoplete.util | |
import time | |
import os | |
import re | |
import subprocess | |
import urllib | |
import string | |
# import types |
2016-02-15 21:49:27,217 [DEBUG @ msgpack_stream.py:send:32] 32316 - sent [0, 1, b'vim_get_api_info', ()] | |
2016-02-15 21:49:27,217 [DEBUG @ base.py:send:113] 32316 - Sending 'b'\x94\x00\x01\xc4\x10vim_get_api_info\x90'' | |
2016-02-15 21:49:27,218 [DEBUG @ base.py:run:138] 32316 - Entering event loop | |
2016-02-15 21:49:27,218 [DEBUG @ msgpack_stream.py:_on_data:53] 32316 - waiting for message... | |
2016-02-15 21:49:27,218 [DEBUG @ msgpack_stream.py:_on_data:55] 32316 - received message: [0, 1, b'poll', []] | |
2016-02-15 21:49:27,218 [DEBUG @ async_session.py:_on_request:86] 32316 - received request: b'poll', [] | |
2016-02-15 21:49:27,218 [DEBUG @ msgpack_stream.py:_on_data:53] 32316 - waiting for message... | |
2016-02-15 21:49:27,218 [DEBUG @ msgpack_stream.py:_on_data:58] 32316 - unpacker needs more data... | |
2016-02-15 21:49:27,218 [DEBUG @ msgpack_stream.py:_on_data:53] 32316 - waiting for message... | |
2016-02-15 21:49:27,218 [DEBUG @ msgpack_stream.py:_on_data:55] 32316 - received message: [1, 1, None, [3, {b'error_types': {b'Va |
l | |
this is a | |
#!/usr/bin/env bash | |
echo "setting up git" | |
git config --global mergetool.fugitive.cmd 'vim -f -c "Gdiff" "$MERGED"' | |
git config --global merge.tool fugitive | |
echo 'Installing vcsh...' | |
brew install vcsh | |
echo 'Installing mr' | |
brew install mr | |
echo 'Installing fasd' |
Having trouble installing the latest stable version of tmux?
Save yourself some time and run this little fellow!