Skip to content

Instantly share code, notes, and snippets.

View rodpoblete's full-sized avatar
🎯
Focusing

Rodrigo Poblete rodpoblete

🎯
Focusing
View GitHub Profile
@rodpoblete
rodpoblete / README.md
Created July 25, 2020 16:14 — forked from hasanbayatme/README.md
Easy to use Bash Script to Install LAMP stack on Ubuntu.

Installation

Automatic

Run the below command in terminal:

wget --no-cache -O - https://gist.github.com/EmpireWorld/737fbb9f403d4dd66dee1364d866ba7e/raw/install-lamp.sh | bash
@rodpoblete
rodpoblete / bh_core.sublime-settings
Created July 24, 2017 23:00 — forked from wesbos/bh_core.sublime-settings
Bracket Highlighter User settings for Cobalt2
{
// Define region highlight styles
"bracket_styles": {
"default": {
"icon": "dot",
"color": "brackethighlighter.default",
"style": "underline"
},
"unmatched": {
"icon": "question",