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
| echo prefix = ~/.node >> ~/.npmrc | |
| export PATH=$HOME/.node/bin:$PATH |
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
| { | |
| "black": "#002b36", | |
| "dark_blue": "#81A2BE", | |
| "dark_green": "#01e327", | |
| "dark_cyan": "#81d6ff", | |
| "dark_red": "#dc322f", | |
| "dark_magenta": "#d33682", | |
| "dark_yellow": "#b58900", | |
| "gray": "#eee8d5", | |
| "dark_gray": "#019393", |
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 cleanText = $('#summernote').data().summernote.code() | |
| .replace(/<\/p>/gi, "\n") | |
| .replace(/<br\/?>/gi, "\n") | |
| .replace(/<\/?[^>]+(>|$)/g, "") |
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
| // set reloadify | |
| if (process.env.NODE_ENV !== 'prodution') { | |
| var reloadify = require('reloadify')([ | |
| __dirname + '/views', | |
| __dirname + '/public', | |
| ]) | |
| app.use(reloadify) | |
| } |
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
| #!/usr/bin/env node | |
| /** | |
| * Module dependencies. | |
| */ | |
| var app = require('../app') | |
| var debug = require('debug')('knex:server') | |
| var http = require('http') |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta> | |
| <title>@model.title</title> | |
| <link rel='stylesheet' href='/stylesheets/style.css' /> | |
| </head> | |
| <body> |
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
| Invoke-RestMethod -Uri 'https://raw.githubusercontent.com/mbadolato/iTerm2-Color-Schemes/master/schemes/Brogrammer.itermcolors' -OutFile .\Brogrammer.itermcolors | |
| Import-Iterm2ColorScheme -Path .\Brogrammer.itermcolors -Name Brogrammer | |
| Get-MSTerminalProfile -Name "PowerShell Core" | Set-MSTerminalProfile -ColorScheme Brogrammer | |
| FirefoxDev | |
| Cobalt2 | |
| deep | |
| Flat |
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
| [settings] | |
| api_key =12af562f-f7ba-4626-866a-818dd22c132c | |
| proxy= | |
| debug =true | |
| status_bar_icon = true | |
| status_bar_enabled = true | |
| status_bar_coding_activity = 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
| .mtk3, .mtk6 { | |
| color: #61e2ff; | |
| text-shadow: 0 0 2px #001716, 0 0 5px #03edf933, 0 0 10px #ffff6633; | |
| } | |
| aca | |
| .mtk4, .mtk5, .mtk14 { | |
| color: #9963ff; | |
| } |
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
| { | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "alwaysShowTabs": true, | |
| "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
| "initialCols": 120, | |
| "initialRows": 30, | |
| "requestedTheme": "system", | |
| "showTabsInTitlebar": true, | |
| "showTerminalTitleInTitlebar": true, | |
| "wordDelimiters": " /\\()\"'-.,:;<>~!@#$%^&*|+=[]{}~?│", |
OlderNewer