Skip to content

Instantly share code, notes, and snippets.

View kmyi's full-sized avatar

Kwang Moo Yi kmyi

View GitHub Profile
@kmyi
kmyi / myvimrcss.vimrcss
Last active December 9, 2018 01:27
vimrcss
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
#sVim-command {
@kmyi
kmyi / myvimrc.vimrc
Last active December 9, 2018 01:37
vimrc
let blacklists = ["*://example.com/stuff/*", "*://mail.google.com/*"]
let scrollduration = 30
let scrollstep = 300
set smoothscroll
let homeurl = "favorites://"
let newtaburl = "favorites://"
@kmyi
kmyi / rpm-digital-signature.sh
Created May 17, 2016 10:06 — forked from fernandoaleman/rpm-digital-signature.sh
How to sign your custom RPM package with GPG key
# How to sign your custom RPM package with GPG key
# Step: 1
# Generate gpg key pair (public key and private key)
#
# You will be prompted with a series of questions about encryption.
# Simply select the default values presented. You will also be asked
# to create a Real Name, Email Address and Comment (comment optional).
#
# If you get the following response: