- 2 Tbsp vegetable oil
- Red bell pepper, diced
- Yellow bell pepper, diced
- 4 cloves garlic, minced
- 2 yellow onions, minced
- 24 oz. can tomatoes, diced (Pastine 4-LYFE)
- 24 oz. can tomatoes, crushed (See above)
- 1 can black beans, drained/rinsed
- 1 can kidney beans, drained/rinsed
- 1 can vegetable stock
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
(Serves 2 as a big breakfast, or more as a small one.) | |
Heat a skillet to medium, and fill with | |
1-2T lard (or oil, or butter, or a mix) | |
1 small onion, diced | |
Cook the onion for a little while, then add ~2c total of the following: | |
Bell peppers, diced | |
Cooked beans (rattlesnake, jacob's cattle, pinto, etc) | |
Tomato, diced |
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
/*------------------------------------*\ | |
$GRID | |
\*------------------------------------*/ | |
@import 'singularitygs'; | |
$grid: 12; | |
$gutters: 1/5; | |
$grid-demos: 12 6 4 3 2 1; /* based on a 12-col symmetrical grid, what rows to show as examples */ |
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
# | |
# Working with branches | |
# | |
# Get the current branch name (not so useful in itself, but used in | |
# other aliases) | |
branch-name = "!git rev-parse --abbrev-ref HEAD" | |
# Push the current branch to the remote "origin", and set it to track | |
# the upstream branch | |
publish = "!git push -u origin $(git branch-name)" |
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
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
Version 2, December 2004 | |
Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE> | |
Everyone is permitted to copy and distribute verbatim or modified | |
copies of this license document, and changing it is allowed as long | |
as the name is changed. | |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |