Skip to content

Instantly share code, notes, and snippets.

View Brian-Pob's full-sized avatar

Brian Michael Poblete Brian-Pob

View GitHub Profile
@Brian-Pob
Brian-Pob / reset.min.css
Created September 25, 2023 01:31
Minified version of my css reset
*,::after,::before{box-sizing:border-box}*{margin:0}body,html{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeSpeed}ol[role=list],ul[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}#__next,#root{isolation:isolate}
@Brian-Pob
Brian-Pob / .vimrc
Last active December 17, 2023 07:49
my vimrc
" Based on this https://gist.github.com/gabrielso/3724745
" Set vim as default editor
" sudo update-alternatives --config editor
" Enable syntax highlighting
syntax on
" Use Vim settings, rather than Vi settings
set nocompatible
@Brian-Pob
Brian-Pob / vibes.txt
Created July 15, 2023 02:06
what are the vibes?
Blissful
Bold
Captivating
Carefree
Courageous
Cozy
Curious
Dreamy
Dynamic
Effervescent
{"name":"T480","settings":"{\"settings\":\"{\\n \\\"workbench.startupEditor\\\": \\\"newUntitledFile\\\",\\n \\\"zenMode.hideTabs\\\": false,\\n \\\"breadcrumbs.enabled\\\": true,\\n \\\"liveServer.settings.donotShowInfoMsg\\\": true,\\n \\\"liveServer.settings.donotVerifyTags\\\": true,\\n \\\"code-runner.runInTerminal\\\": true,\\n \\\"editor.rulers\\\": [80],\\n \\\"sync.gist\\\": \\\"\\\",\\n \\\"explorer.confirmDragAndDrop\\\": false,\\n \\\"workbench.editorAssociations\\\": {\\n \\\"*.ipynb\\\": \\\"jupyter.notebook.ipynb\\\",\\n \\\"*.pdf\\\": \\\"pdf.preview\\\"\\n },\\n\\\"explorer.confirmDelete\\\": false,\\n \\\"git.ignoreLegacyWarning\\\": true,\\n \\\"editor.inlineSuggest.enabled\\\": true,\\n \\\"editor.suggestSelection\\\": \\\"first\\\",\\n \\\"vsintellicode.modify.editor.suggestSelection\\\": \\\"automaticallyOverrodeDefaultValue\\\",\\n \\\"files.exclude\\\": {\\n \\\"**/.classpath\\\": true,\\n \\\"**/.project\\\": true,\\n \\\"**/.settings\\\": true,\\n \\
@Brian-Pob
Brian-Pob / reset.css
Created March 4, 2023 19:13
Brian Poblete's CSS Reset. A combination of styles from the resets of Josh Comeau and Andy Bell.
/*
Brian Poblete's CSS Reset
Inspired by Josh Comeau's CSS Reset and Andy Bell's CSS Reset
https://www.joshwcomeau.com/css/custom-css-reset/
https://andy-bell.co.uk/a-modern-css-reset/
*/
*,
*::before,
*::after {
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.