This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var h, aa = this, | |
k = function(a) { | |
return void 0 !== a | |
}, | |
ba = function(a) { | |
a.R = function() { | |
return a.kb ? a.kb : a.kb = new a | |
} | |
}, | |
ca = function(a) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ $# -eq 0 ] || [ "$1" == "" ]; then | |
echo 'Game name required.' | |
exit 1 | |
fi | |
mkdir -p $1/clones | |
git clone https://github.com/Okahyphen/base $1/clones/base |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########## | |
# Win10 Initial Setup Script | |
# Author: Disassembler <[email protected]> | |
# Version: 1.7, 2016-08-15 | |
# dasm's script: https://github.com/Disassembler0/Win10-Initial-Setup-Script/ | |
# THIS IS A PERSONALIZED VERSION | |
# This script leaves more MS defaults on, including MS security features. | |
# Tweaked based on personal preferences for @alirobe 2016-11-16 - v1.7.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" colorsupport.vim: Use color schemes written for gvim in color terminal | |
" | |
" Maintainer: Lee JiHwan <[email protected]> | |
" Version: 1.0.5 | |
" URL: http://www.vim.org/script.php?script_id=2682 | |
if exists('g:loaded_colorsupport') || &cp || v:version < 700 | |
finish | |
endif | |
let g:loaded_colorsupport = 1 |