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
{ | |
"Jest test": { | |
"prefix": "test", | |
"body": [ | |
"describe('', () => {", | |
" test('', () => {", | |
" $0", | |
" })", | |
"})", | |
"" |
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
#!/bin/bash | |
################################# | |
# # | |
# Configs # | |
# # | |
################################# | |
DEV_NAME= | |
GITHUB_USERNAME= |
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
#!/bin/bash | |
# script baseado no Codecasts para deploy pelo Git | |
# https://github.com/codecasts/server-templates/blob/master/post-receive | |
while read oldrev newrev ref | |
# Variables | |
USER_PATH='/home/user' | |
REPO_PATH=$USER_PATH"/repo" |
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
/** | |
extensões: GitLens, Vetur, ESLint, Prettier, Omni ou Dracula, Material Icon Theme, | |
StandardJS, Fonte Victor Mono, Rainbown Brackets Colorizer | |
*/ | |
{ | |
"editor.lineHeight": 24, | |
"editor.fontFamily": "Victor Mono", | |
"editor.fontLigatures": true, | |
"explorer.compactFolders": false, | |
// Aplica linhas verticais |
NewerOlder