This guide assumes you are using a 64 bit edition of Firefox.
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
{ | |
"git.enableSmartCommit": true, | |
"git.autofetch": true, | |
"editor.fontFamily": "Operator Mono, IBM Plex Mono, Fira Code, Fantasque Sans Mono", | |
"editor.tabSize": 2, | |
"editor.wordWrap": "on", | |
"files.autoSave": "onWindowChange", | |
"editor.fontLigatures": true, | |
"editor.formatOnSave": true, | |
"editor.minimap.enabled": false, |
- Applebee's
- free meal from limited menu
- BJ's restaurant
- 12.95 entree
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
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { | |
/* IE10+ specific styles go here */ | |
} |
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=/home/fpigeonjr/.oh-my-zsh | |
# Set name of the theme to load. Optionally, if you set this to "random" | |
# it'll load a random theme each time that oh-my-zsh is loaded. | |
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes | |
ZSH_THEME="refined" |
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
{ | |
// Place your settings in this file to overwrite the default settings | |
"explorer.openEditors.visible": 0, | |
"editor.fontFamily": "Fantasque Sans Mono, Iosevka, Operator Mono, Fira Code", | |
"editor.fontSize": 22, | |
"editor.fontWeight": "400", | |
"editor.lineHeight": 24, | |
// "editor.letterSpacing": 0.1, | |
"editor.tabSize": 2, | |
"editor.lineNumbers": "on", |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>Document</title> | |
<!-- Latest compiled and minified CSS --> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" /> |