Skip to content

Instantly share code, notes, and snippets.

View plainOldCode's full-sized avatar
🚗

SeungKun Shim plainOldCode

🚗
View GitHub Profile
var _ = require('underscore');
function splat(fun) {
return function(array) {
return fun.apply(null, array);
};
}
function unsplat(fun) {
@plainOldCode
plainOldCode / .vimrc
Last active August 25, 2020 08:41
vim.rc
set nocompatible " be iMproved, required
filetype off " required
set clipboard=unnamedplus
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" let Vundle manage Vundle, required
Plugin 'gmarik/vundle'
source ~/.local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf
set-option -g default-terminal "screen-256color"
set-option -g status on
set-option -g status-interval 2
set-option -g status-justify "left"
set-option -g status-left-length 60
set-option -g status-right-length 90
set-option -g status-left "#(~/git/open-source/tmux-powerline/status-left.sh)"
set-option -g status-right "#(~/git/open-source/tmux-powerline/status-right.sh)"
@plainOldCode
plainOldCode / .tmux.conf
Created January 23, 2019 13:59
tmux ubuntu...
set-option -g default-terminal "screen-256color"
set-option -g status-utf8 on
set-option -g status on
set-option -g status-interval 2
set-option -g status-justify "left"
set-option -g status-left-length 60
set-option -g status-right-length 90
set-option -g status-left "#(~/git/open-source/tmux-powerline/status-left.sh)"
set-option -g status-right "#(~/git/open-source/tmux-powerline/status-right.sh)"
set nocompatible " be iMproved, required
filetype off " required
set clipboard=unnamed
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" let Vundle manage Vundle, required
Plugin 'gmarik/vundle'
@plainOldCode
plainOldCode / I'm an early 🐤
Last active October 29, 2020 15:08
productive-box
🌞 Morning 36 commits ██▎░░░░░░░░░░░░░░░░░░ 11.1%
🌆 Daytime 158 commits ██████████▏░░░░░░░░░░ 48.8%
🌃 Evening 112 commits ███████▎░░░░░░░░░░░░░ 34.6%
🌙 Night 18 commits █▏░░░░░░░░░░░░░░░░░░░ 5.6%
@plainOldCode
plainOldCode / sheets.json
Created November 26, 2021 05:29
JSON object exported by the 'Sheets to JSON' Google Sheets addon.
{}