Skip to content

Instantly share code, notes, and snippets.

@emitrix
emitrix / t1200813020623kvo.xml
Last active August 12, 2020 17:35
service now firefox search provider
<html lang="en">
<body>
<img src="pic/fox.gif" border="0" hspace="1" width="16" height="16" title="Firefox" alt="Firefox">
<img src="pic/chrome.gif" border="0" hspace="1" width="16" height="16" title="Chrome" alt="Chrome">
<a href="#" onclick="addp("https://gist.githubusercontent.com/emitrix/862264029fed6412098dc905bfaa8f1b/raw/0af19af46d5a79c0719155b541b643bc469e9077/t1200813020623kvo.xml");"><span class="bo">OpenSearch plug-in <span class="gray">ServiceNow</span></span></a>
</body>
</html>
@emitrix
emitrix / Readme.md
Last active July 11, 2018 21:58
readme for choco install

Chocolatey-logo

Chocolatey install scripts

Chocolatey is a package manager for windows, allowing you to install apps with a single command. This is how you install git using chocolatey: choco install git

See github repo

Usage

First install Chocolatey using cmd

@emitrix
emitrix / choco-install-apps.ps1
Last active May 10, 2020 08:50
choco DevOps setup
# Install script for Jaime Gaona
# Created 07.11.2018
ECHO Installing apps
ECHO Configure chocolatey
choco feature enable -n allowGlobalConfirmation
#UTILITIES