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
{ | |
"title": "SpaceFN", | |
"rules": [ | |
{ | |
"description": "SpaceFN: Space enables SpaceFN mode (see: https://geekhack.org/index.php?topic=51069.0)", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "spacebar", |
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
#newsNotification { | |
display: none; | |
} | |
#betaCalendar .fc-today .fc-day-number { | |
background-color: #bc1c1c !important; | |
border-radius: 0 !important; | |
width: 30px; | |
height: 30px; | |
line-height: 30px; |
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
#betaCalendar .fc-today .fc-day-number { | |
border-radius: 0 !important; | |
width: 30px; | |
height: 30px; | |
line-height: 30px; | |
} | |
#betaCalendar .fc-month-view .timedEvent .fc-time { | |
color: #000 !important; | |
} |
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
--- | |
AWSTemplateFormatVersion: '2010-09-09' | |
Description: 'Cloudformation stack to manage permission to deploy a serverless service' | |
Parameters: | |
ServiceName: | |
Description: Name of the Service you want to deploy | |
Type: String | |
Resources: |
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
{ | |
"extends": ["tslint-react"], | |
"rules": { | |
"align": [ | |
true, | |
"parameters", | |
"arguments", | |
"statements" | |
], | |
"ban": false, |
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
{ | |
"compilerOptions": { | |
"module": "commonjs", | |
"target": "es5", | |
"lib": ["es6", "dom"], | |
"sourceMap": true, | |
"allowJs": true, | |
"jsx": "react", | |
"moduleResolution": "node", | |
"forceConsistentCasingInFileNames": true, |
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
module.exports = { | |
type: 'react-component', | |
npm: { | |
cjs: false, | |
esModules: false, | |
umd: false | |
}, | |
polyfill: false, | |
webpack: { | |
config(config) { |
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
cmd /k "%ConEmuDir%\..\init.bat & docker-compose up rn" -new_console:d:C:\Users\grego\Hexix\PlatformTests\platformtest20 | |
cmd /k "%ConEmuDir%\..\init.bat & docker-compose up rn-watch" -new_console:d:C:\Users\grego\Hexix\PlatformTests\platformtest20 | |
cmd /k "%ConEmuDir%\..\init.bat & docker-compose up web" -new_console:d:C:\Users\grego\Hexix\PlatformTests\platformtest20 | |
cmd /k "%ConEmuDir%\..\init.bat & docker-compose up web-watch" -new_console:d:C:\Users\grego\Hexix\PlatformTests\platformtest20 |
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
if test -f /etc/profile.d/git-sdk.sh | |
then | |
TITLEPREFIX=SDK-${MSYSTEM#MINGW} | |
else | |
TITLEPREFIX=$MSYSTEM | |
fi | |
PS1='\[\033]0;${PWD//[^[:ascii:]]/?}\007\]' # set window title | |
PS1="$PS1"'\n' # new line | |
#PS1="$PS1"'\[\033[35m\]' # change to yellow |
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
C:\Program Files\Notepad++\notepad++.exe -n%line% "%path%" |