Skip to content

Instantly share code, notes, and snippets.

@mrkyle7
mrkyle7 / cvim
Last active August 29, 2015 14:14
let locale="uk"
set noautofocus
let scrollstep=75
let scrollduration=150
let mapleader = ","
let hintcharacters="fdsjkn"
let completionengines=['google', 'wikipedia', 'youtube', 'imdb', 'google-maps', 'google-image']
let searchalias g="google"
let searchalias gm="google-maps"
let searchalias gi="google-image"
@mrkyle7
mrkyle7 / setup.sh
Last active August 29, 2015 14:20 — forked from melnikovdv/setup.sh
#!/bin/sh
# to auto-run:
# curl -fsSL https://gist.github.com/mrkyle7/e2574cb5feb633dea7a7/download | tar -xf- && bash giste2574cb5feb633dea7a7*/setup.sh && rm -r giste2574cb5feb633dea7a7*
##### Preparations #####
#-----------------------
# Description is available at http://mlayer.org/tech/2014/11/25/setup-mac-os-x.html
# install homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install caskroom/cask/brew-cask # makes available to install apps as packages
@mrkyle7
mrkyle7 / hello.sh
Last active August 29, 2015 14:20
Hello world
#!/bin/sh
# To auto-run: curl -fsSL https://gist.github.com/mrkyle7/e7c89a2426a229ef49ab/download | tar -xf- && bash giste7c89a2426a229ef49ab*/hello.sh && rm -r giste7c89a2426a229ef49ab*
echo hello world