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
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: |
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
. | |
├── @angular/ | |
├── @nestjs/ | |
├── compodoc/ | |
├── copyfiles/ | |
├── csslint/ | |
├── eslint/ | |
├── eslint-plugin-typescript/ | |
├── express -> ../../../v8.9.4/lib/node_modules/express/ | |
├── express-generator-typescript/ |
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
├── YCM-Generator/ | |
├── YouCompleteMe/ | |
├── ack.vim/ | |
├── ale/ | |
├── better-indent-support-for-php-with-html/ | |
├── command-t/ | |
├── ctrlp.vim/ | |
├── dash.vim/ | |
├── delimitMate/ | |
├── emmet-vim/ |
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
priority 50 | |
# Javascript | |
# ES6 | |
snippet let "let ES6 variable" b | |
let $1 = $0; | |
endsnippet | |
snippet k "conts ES6 variable" b | |
const $1 = $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
# 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 |
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
{ | |
"ecmaVersion": 6, | |
"plugins": { | |
"es-modules": {}, | |
"node": {}, | |
"angular": {}, | |
"ecmascript": {} | |
}, | |
"libs": [ | |
"ecmascript", |
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 Mac OS X files/directories | |
*.DS_Store | |
*.Trash | |
*.TemporaryItems | |
*.com.apple.timemachine.supported | |
*.localized | |
# Ignore Sublime Text files | |
*.sublime-workspace | |
*.sublime-project |
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
uptime | |
echo "Removing log files to keep terminal fast" | |
sudo rm -rf /private/var/log/asl/*.asl | |
echo "Done!" | |
echo "See you later boss!" |
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
#/*============================================ | |
#= 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 |
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
Show hidden characters
{ | |
"env": { | |
"browser": true, | |
"commonjs": true, | |
"es6": true, | |
"node": true | |
}, | |
"parser": "typescript-eslint-parser", | |
"plugins": "typescript", | |
"extends": [ "eslint"], |
NewerOlder