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
<?xml version="1.0" encoding="utf-8"?> | |
<key name="Software"> | |
<key name="ConEmu"> | |
<key name=".Vanilla" modified="2018-02-09 12:09:12" build="161206"> | |
<value name="ColorTable00" type="dword" data="00362b00"/> | |
<value name="ColorTable01" type="dword" data="00423607"/> | |
<value name="ColorTable02" type="dword" data="00756e58"/> | |
<value name="ColorTable03" type="dword" data="00837b65"/> | |
<value name="ColorTable04" type="dword" data="00164bcb"/> | |
<value name="ColorTable05" type="dword" data="00c4716c"/> |
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
<# | |
.SYNOPSIS | |
BoxStarter script to configure Windows 10 development PC. | |
.DESCRIPTION | |
Install BoxStarter: | |
. { Invoke-WebRequest -useb http://boxstarter.org/bootstrapper.ps1 } | Invoke-Expression; get-boxstarter -Force | |
Run by calling the following from an **elevated** command-prompt. | |
Remove -DisableReboots parameter to allow the script to reboot as required. |
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
// ==UserScript== | |
// @name Inoreader - Highlights row light blue when mouse over in Article Pane | |
// @namespace https://openuserjs.org/scripts/jg5050/Inoreader_-_Highlights_row_light_blue_when_mouse_over_in_Article_Pane | |
// @description Change background to light blue when hovering with the mouse over headers in the article pane | |
// @downloadURL https://github.com/jimmygoings50/Userscripts/blob/master/Inoreader_-_Highlights_Row_Light_Blue_on_Mouseover.user.js | |
// @updateURL https://github.com/jimmygoings50/Userscripts/blob/master/Inoreader_-_Highlights_Row_Light_Blue_on_Mouseover.user.js | |
// @author jg5050 | |
// @version 1.0 | |
// @domain www.inoreader.com | |
// @domain inoreader.com |
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
// Unmap undesired defaults | |
var unmaps = [ "sb" , "sw", "ob" | |
, "ow" , "cp", ";cp" | |
, ";ap", "spa", "spb" | |
, "spd", "sps", "spc" | |
, "spi", "sfr", "zQ" | |
, "zz" , "zR", "ab" | |
, "Q" , "q", "ag" | |
, "af" |
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
// Surfingkeys 0.9.1 | |
/* | |
for (let k of [ "sb", "sw", "ob" | |
, "ow", "cp", ";cp" | |
, ";ap", "spa", "spb" | |
, "spd", "sps", "spc" | |
, "spi", "sfr", "zQ" | |
, "zz", "zR", "ab" , "Q", "q", "ag" |
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
//for the left&&right hand ... | |
Hints.characters = 'dsaewqcxzvr'; | |
// set theme | |
settings.theme = '\ | |
.sk_theme { \ | |
background: #fff; \ | |
color: #000; \ | |
} \ | |
.sk_theme tbody { \ | |
color: #000; \ |
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
# Run: START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/maoizm/7d0192e9b9493dcd503449fa6a389b49/raw/4a7470fe1b0a81c8b78d7d42150d55c303f826bb/boxstarter.ps1 | |
# or: START http://boxstarter.org/package/nr/url?c:\install\boxstarter.ps1 | |
# | |
# @TODO add lib_environment.ps1 | |
Set-ExecutionPolicy RemoteSigned | |
# Enable Group Policy for Powershell | |
$_urlBase = 'https://raw.githubusercontent.com/turboBasic/.dotfiles/master/windows/GroupPolicy/' |
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
[main] | |
enable_predefined_sites = no | |
item_label_format = {site_name} | |
[defaults] | |
history_keep = none | |
[site/PHP] | |
url = http://php.net/manual-lookup.php?pattern=%s |
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
Update-ExecutionPolicy Unrestricted | |
Disable-GameBarTips | |
Disable-BingSearch | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -DisableOpenFileExplorerToQuickAccess -DisableShowRecentFilesInQuickAccess -DisableShowFrequentFoldersInQuickAccess | |
cinst directx | |
cinst vcredist2008 | |
cinst vcredist2010 | |
cinst vcredist2012 | |
cinst vcredist2013 |
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
/* | |
Class Dock | |
Attach a window to another | |
Author | |
Soft (visionary1 예지력) | |
version | |
0.1 (2017.04.20) | |
0.2 (2017.05.06) |