I hereby claim:
- I am deadsunrise on github.
- I am deadsunrise (https://keybase.io/deadsunrise) on keybase.
- I have a public key ASAaaxgrp78OED4Xyjd8RlARW6va0QDHUS4pDEXB8tLmEQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env ruby -E utf-8 | |
# merge_asana_into_omnifocus.rb | |
# Created by Hilton Lipschitz | |
# Modified by Jon de la Vega for use at Sarenet | |
# | |
# Use and modify freely, attribution appreciated | |
# Script to import Asana projects and their tasks into | |
# OmniFocus and keep them up to date from Asana. |
#!/bin/bash | |
# Source: http://toomuchdata.com/2012/06/25/how-to-install-python-2-7-3-on-centos-6-2/ | |
# Install stuff # | |
################# | |
# Install development tools and some misc. necessary packages | |
yum -y groupinstall "Development tools" | |
yum -y install zlib-devel # gen'l reqs |
rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm | |
rpm -Uvh http://ftp.jaist.ac.jp/pub/Linux/Fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm | |
rpm -Uvh http://dl.iuscommunity.org/pub/ius/stable/Redhat/6/x86_64/ius-release-1.0-11.ius.el6.noarch.rpm | |
yum -y install vim git wget curl-devel curl | |
yum -y install gcc-c++ pcre-devel zlib-devel make ncurses-devel | |
yum -y install yum-plugin-replace | |
yum -y install openssl-devel | |
yum replace openssl --replace-with=openssl10 |
Host * | |
ControlMaster auto | |
ControlPath /tmp/%r@%h:%p |
unbind % # Remove default binding since we_re replacing | |
bind | split-window -h | |
bind - split-window -v | |
set-option -g status-bg black | |
set-option -g status-fg white | |
set-option -g status-left '#[fg=green]#H' | |
set-window-option -g window-status-current-bg red | |
# Configuracion tmux ( http://tmux.sourceforge.net/ ) | |
# ~/.tmux.conf | |
# dentro de tmux se puede ver el mapeo de teclas con Crtl+A y ? | |
# Cambiamos el Crtl+B por Crtl+A o la tecla que prefiramos | |
-option -g prefix C-a | |
unbind C-b | |
bind C-a send-prefix |