Skip to content

Instantly share code, notes, and snippets.

View alexDtorres's full-sized avatar
🍊
Fortunate

Alex D. Torres alexDtorres

🍊
Fortunate
View GitHub Profile
@alexDtorres
alexDtorres / .vimrc
Last active February 18, 2022 18:36
.vimrc
" Cross-platform Vim Configuration goes in this file
"
" Contents
" Main configuration
" Visual Configuration
" Shortcut Key Configuration
" Plugin Configuration
" Private Configuration
" ----------- Main Configuration ----------------------------------
@alexDtorres
alexDtorres / ts-module.d.ts.template
Last active February 18, 2022 18:36
ts-module.d.ts.template
// 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'
*/
@alexDtorres
alexDtorres / .zshrc
Last active February 18, 2022 18:33
.zshrc
# 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
@alexDtorres
alexDtorres / Preferences.sublime-settings
Last active February 18, 2022 18:35
Preferences.sublime-settings
// 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,
@alexDtorres
alexDtorres / settings.json
Last active February 18, 2022 18:38
settings.json
{
"peacock.favoriteColors": [
{
"name": "Angular Red",
"value": "#b52e31"
},
{
"name": "Auth0 Orange",
"value": "#eb5424"
},