Skip to content

Instantly share code, notes, and snippets.

View fitfab's full-sized avatar

Miguel Julio fitfab

View GitHub Profile
// vscode user settings
{
"editor.minimap.enabled": false,
"editor.fontSize": 17,
"editor.fontWeight": "normal",
"editor.fontFamily": "'Source Code Pro', monospace",
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {
"[Sublime Material Theme - Light]": {
#!/bin/bash
#################################################################################
# Generates a list of PRs for the current `repo` with the given `tag` #
# - if tag is not passed, it will grab the latest tag from the current repo #
# - set permissions on the script: chmod +x change-log.sh
# CMD #
# ~/bin/change-log.sh <tag-name> #
# Author: Miguel Julio #
#################################################################################
# log all PRs since last tag
git log $TAG...HEAD --pretty=format:'- [%s](https://github.com/artnetworldwide/artnet-styled/commit/%H)<br/>%b' | grep "Merge pull" | grep "feature"
{
"editor.fontFamily": "'Source Code Pro', monospace",
"editor.fontSize": 17,
"editor.fontWeight": "100",
"workbench.colorTheme": "Monokai Dimmed",
"workbench.iconTheme": "material-icon-theme",
"editor.minimap.enabled": false,
"extensions.ignoreRecommendations": true,
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<div id="clock"></div>
<script id="jsbin-javascript">
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
.content {
height: 400px;
width: 60%;
overflow-y: scroll;
overflow-x: hidden;
}
/* Scroll bar with */
::-webkit-scrollbar {
width: 10px;