Skip to content

Instantly share code, notes, and snippets.

@StephenCavender
StephenCavender / hyper.js
Created November 17, 2020 16:47
Hyper settings
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
# Set name of the theme to load --- if set to "random", it will
@StephenCavender
StephenCavender / vscodium-settings.json
Last active December 3, 2020 22:03
VSCodium settings
{
"terminal.integrated.shell.osx": "/usr/local/bin/zsh",
"terminal.integrated.fontFamily": "'SauceCodePro Nerd Font Mono','Source Code Pro'",
"terminal.integrated.fontSize": 14,
"terminal.integrated.cursorStyle": "underline",
"terminal.integrated.cursorBlinking": true,
"workbench.colorTheme": "Night Owl",
"workbench.iconTheme": "material-icon-theme",
"terminal.integrated.automationShell.osx": "",
"workbench.colorCustomizations": {
@StephenCavender
StephenCavender / xunit_1-9-1_consoleOptions.txt
Created May 10, 2017 12:17
xUnit 1.9.1 console runner options
xUnit.net console test runner (64-bit .NET 4.0.30319.42000)
Copyright (C) 2007-11 Microsoft Corporation.
usage: xunit.console.clr4 <xunitProjectFile> [options]
usage: xunit.console.clr4 <assemblyFile> [configFile] [options]
Valid options:
/silent : do not output running test count
/teamcity : forces TeamCity mode (normally auto-detected)
/wait : wait for input after completion
@StephenCavender
StephenCavender / xunit_2-2-0_consoleOptions.txt
Created May 10, 2017 12:13
xUnit 2.2.0 console runner options
xUnit.net Console Runner (64-bit .NET 4.0.30319.42000)
Copyright (C) 2016 .NET Foundation.
usage: xunit.console <assemblyFile> [configFile] [assemblyFile [configFile]...] [options] [reporter] [resultFormat filename [...]]
Note: Configuration files must end in .json (for JSON) or .config (for XML)
Valid options:
-nologo : do not show the copyright message
-nocolor : do not output results with colors