Skip to content

Instantly share code, notes, and snippets.

@tarnus
tarnus / gist:5161607
Created March 14, 2013 14:08
yum.conf
[main]
exclude=apache* bind-chroot courier* dovecot* exim* filesystem httpd* mod_ssl* m
ydns* mysql* nsd* perl* php* proftpd* pure-ftpd* ruby* spamassassin* squirrelmai
l*
tolerant=1
errorlevel=1
cachedir=/var/cache/yum
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
@tarnus
tarnus / gist:4720431
Created February 6, 2013 04:51
superfish bare css
/*************************************************************
* menus
*************************************************************/
div#zone-menu-wrapper{
position:relative;
top: 0;
}
div#region-menu.grid-10{
margin-left: 0px;
@tarnus
tarnus / gist:4569822
Created January 19, 2013 00:22
.zshrc file
setopt prompt_subst
autoload -Uz vcs_info
zstyle ':vcs_info:*' stagedstr 'M'
zstyle ':vcs_info:*' unstagedstr 'M'
zstyle ':vcs_info:*' check-for-changes true
zstyle ':vcs_info:*' actionformats '%F{5}[%F{2}%b%F{3}|%F{1}%a%F{5}]%f '
zstyle ':vcs_info:*' formats \
'%F{5}[%F{2}%b%F{5}] %F{2}%c%F{3}%u%f'
zstyle ':vcs_info:git*+set-message:*' hooks git-untracked
zstyle ':vcs_info:*' enable git