Skip to content

Instantly share code, notes, and snippets.

View stevensgarcia's full-sized avatar

Stevens G stevensgarcia

View GitHub Profile
Meslo LG M Regular for Powerline 16 pt
Startup command:
tmux attach -t Stevens || tmux new -s Stevens -n editor
Text BFBFBF
Bold Text 819090
Selection
ANSI Colors Normal:
.
├── @angular/
├── @nestjs/
├── compodoc/
├── copyfiles/
├── csslint/
├── eslint/
├── eslint-plugin-typescript/
├── express -> ../../../v8.9.4/lib/node_modules/express/
├── express-generator-typescript/
├── YCM-Generator/
├── YouCompleteMe/
├── ack.vim/
├── ale/
├── better-indent-support-for-php-with-html/
├── command-t/
├── ctrlp.vim/
├── dash.vim/
├── delimitMate/
├── emmet-vim/
priority 50
# Javascript
# ES6
snippet let "let ES6 variable" b
let $1 = $0;
endsnippet
snippet k "conts ES6 variable" b
const $1 = $0;
# COLOURS:
# normal, black, red, green, yellow, blue, magenta, cyan, white
# EFECTS:
# bold, dim, ul, blink, reverse
# If two colours are given the first is the foreground and the second is the background.
[filter "media"]
clean = git-media-clean %f
{
"ecmaVersion": 6,
"plugins": {
"es-modules": {},
"node": {},
"angular": {},
"ecmascript": {}
},
"libs": [
"ecmascript",
# Ignore Mac OS X files/directories
*.DS_Store
*.Trash
*.TemporaryItems
*.com.apple.timemachine.supported
*.localized
# Ignore Sublime Text files
*.sublime-workspace
*.sublime-project
uptime
echo "Removing log files to keep terminal fast"
sudo rm -rf /private/var/log/asl/*.asl
echo "Done!"
echo "See you later boss!"
#/*============================================
#= CUSTOM LOGIN SETTINGS =
#============================================*/
# Load the default .profile
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile"
# This only loads on user login
#echo ""
#echo -n "Welcome to Unix on Mac OS X, "; whoami
{
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
},
"parser": "typescript-eslint-parser",
"plugins": "typescript",
"extends": [ "eslint"],