This file contains 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
{ | |
"peacock.favoriteColors": [ | |
{ | |
"name": "Angular Red", | |
"value": "#b52e31" | |
}, | |
{ | |
"name": "Auth0 Orange", | |
"value": "#eb5424" | |
}, |
This file contains 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
Show hidden characters
// Use Case: Sublime as a replacement for TextEdit or NotePad | |
// Scripts, config, and standalone files are edited in Sublime. | |
// Project development is saved for VSCode and IDE's. | |
// Use Sublime over Vim when opening files from GUI's (e.g. Finder, File Explorer, Nautilus, etc.) | |
{ | |
"tab_size": 2, | |
"margin": 2, | |
"translate_tabs_to_spaces": true, | |
"indent_to_bracket": true, |
This file contains 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 you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH="/Users/alex.torres/.oh-my-zsh" | |
# Set name of the theme to load --- if set to "random", it will | |
# load a random theme each time oh-my-zsh is loaded, in which case, | |
# to know which specific one was loaded, run: echo $RANDOM_THEME | |
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes |
This file contains 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
// Type definitions for [~THE LIBRARY NAME~] [~OPTIONAL VERSION NUMBER~] | |
// Project: [~THE PROJECT NAME~] | |
// Definitions by: [~YOUR NAME~] <[~A URL FOR YOU~]> | |
/*~ This is the module template file. You should rename it to index.d.ts | |
*~ and place it in a folder with the same name as the module. | |
*~ For example, if you were writing a file for "super-greeter", this | |
*~ file should be 'super-greeter/index.d.ts' | |
*/ |
This file contains 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
" Cross-platform Vim Configuration goes in this file | |
" | |
" Contents | |
" Main configuration | |
" Visual Configuration | |
" Shortcut Key Configuration | |
" Plugin Configuration | |
" Private Configuration | |
" ----------- Main Configuration ---------------------------------- |