Last active
February 8, 2019 17:46
-
-
Save marcorodas/bd5d381343852098b871c6cf7a37f73f to your computer and use it in GitHub Desktop.
Invocar desde WIN + R. Copiar a %USERPROFILE%
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
| # Ignore everything | |
| * | |
| # Don't ignore .gitignore | |
| !.gitignore | |
| # Don't ignore gist | |
| !package.json |
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
| { | |
| "scripts": { | |
| "install.apps": "start \"%PROGRAMFILES(x86)%\\Google\\Chrome\\Application\\chrome.exe\" \"http://goo.gl/BP6AJo\"", | |
| "apps": "scoop install busybox git openssh & choco install -y procexp notepadplusplus filezilla ccleaner meld jdk8 maven heidisql nodejs.install", | |
| "edit": "start \"SublimeText\" \"%PROGRAMFILES%\\Sublime Text 3\\sublime_text.exe\" \"%USERPROFILE%\\package.json\"", | |
| "pull": "cmd /C \"git pull & pause\"", | |
| "push": "cmd /C \"git push & pause\"", | |
| "commit": "cmd /C \"git commit -a & pause\"", | |
| "status": "cmd /C \"git status & pause\"", | |
| "url": "cmd /C \"git remote show origin\"", | |
| "googledrive": "start \"%PROGRAMFILES(x86)%\\Google\\Chrome\\Application\\chrome.exe\" \"http://drive.google.com\"", | |
| "incognito": "start /D \"%PROGRAMFILES(x86)%\\Google\\Chrome\\Application\" chrome.exe -incognito", | |
| "maps": "start \"%PROGRAMFILES(x86)%\\Google\\Chrome\\Application\\chrome.exe\" \"http://www.google.com.pe/maps/place/Lima\"", | |
| "gmail": "start \"%PROGRAMFILES(x86)%\\Google\\Chrome\\Application\\chrome.exe\" \"http://mail.google.com\"", | |
| "dropbox": "start \"%PROGRAMFILES(x86)%\\Google\\Chrome\\Application\\chrome.exe\" \"http://dropbox.com\"", | |
| "cartelera": "start \"%PROGRAMFILES(x86)%\\Google\\Chrome\\Application\\chrome.exe\" \"http://www.cinepapaya.com/pe/cartelera\"", | |
| "cineplanet": "start \"%PROGRAMFILES(x86)%\\Google\\Chrome\\Application\\chrome.exe\" \"http://www.cineplanet.com.pe/en-cartelera\"", | |
| "cine": "npm run cineplanet", | |
| "notepad": "start \"Notepad++\" \"%PROGRAMFILES(x86)%\\Notepad++\\notepad++.exe\"", | |
| "sublime":"start \"sublime\" \"%PROGRAMFILES%\\Sublime Text 3\\sublime_text.exe\"", | |
| "heidi": "start \"HeidiSQL\" \"%PROGRAMFILES%\\HeidiSQL\\heidisql.exe\"", | |
| "remote": "title remote && ssh marco@159.203.68.115" | |
| }, | |
| "dependencies": { | |
| "angular-seed": "0.0.0", | |
| "bower": "^1.8.4", | |
| "gulp-filter": "^5.1.0", | |
| "npm": "^6.1.0" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment