Skip to content

Instantly share code, notes, and snippets.

View djural's full-sized avatar

Aleksandar Djurdjic djural

  • Dynatrace Austria GmbH
  • Austria
  • X @djural
View GitHub Profile

Keybase proof

I hereby claim:

  • I am djural on github.
  • I am djural (https://keybase.io/djural) on keybase.
  • I have a public key whose fingerprint is A341 57CC 4AF5 5770 FDB4 881A 1AB7 34DE 8288 7644

To claim this, I am signing this object:

@djural
djural / cvimrc
Last active October 24, 2016 06:37
site 'https://soundcloud.com/*' {
call :pintab
}
site 'https://inbox.google.com/*' {
call :pintab
unmap j
unmap k
unmap x
@djural
djural / cvim.css
Last active October 22, 2016 19:15
#cVim-link-container, .cVim-link-hint, #cVim-command-bar, #cVim-command-bar-mode, #cVim-command-bar-input, #cVim-command-bar-search-results, .cVim-completion-item, .cVim-completion-item .cVim-full, .cVim-completion-item .cVim-left, .cVim-completion-item .cVim-right, #cVim-hud, #cVim-status-bar {
font-family: Source Sans Pro;
font-size: 12pt !important;
-webkit-font-smoothing: antialiased !important;
border-radius: 4px!important;
}
#cVim-link-container {
position: absolute;
pointer-events: none;
# start gpg-agent
eval $(gpg-agent --daemon --enable-ssh-support 2> /dev/null)
# sparse clone repo
git clone --bare git@github.com:djural/dotfiles.git $HOME/.cfg
CFG="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME"
# backup conflicting config
mkdir -p ${HOME}/.cfg-backup && \
$CFG checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | \
" Gist
Plug 'mattn/gist-vim', { 'on': 'Gist' }
let g:gist_clip_command = 'pbcopy'
let g:gist_browser_command = 'open %URL% &'
let g:gist_detect_filetype = 1
# /etc/sysconfig/docker
# Modify these options if you want to change the way the docker daemon runs
OPTIONS='-s overlay'
DOCKER_CERT_PATH=/etc/docker
# Enable insecure registry communication by appending the registry URL
# to the INSECURE_REGISTRY variable below and uncommenting it
INSECURE_REGISTRY='--insecure-registry registry-mirror.internal.catalysts.cc --registry-mirror=http://registry-mirror.internal.catalysts.cc'

Keybase proof

I hereby claim:

  • I am djural on github.
  • I am djural (https://keybase.io/djural) on keybase.
  • I have a public key whose fingerprint is A341 57CC 4AF5 5770 FDB4 881A 1AB7 34DE 8288 7644

To claim this, I am signing this object:

@djural
djural / gist:b6f9bc029584561960a1
Created June 30, 2014 18:18
.vmoptions for Jetbrains products
-ea
-server
-Xms1g
-Xmx2g
-XX:PermSize=512m
-XX:MaxPermSize=1g
-XX:+UseG1GC
-Xverify:none
-XX:+UseCompressedOops
-XX:ReservedCodeCacheSize=128m