Skip to content

Instantly share code, notes, and snippets.

View lolajl's full-sized avatar

Lola J. Lee Beno lolajl

View GitHub Profile
@lolajl
lolajl / tilix-dev.json
Created November 29, 2019 23:57
A nice theme for Tilix terminal, for developers, by a developer :)
{
"name": "Tilix Dev",
"comment": "Tilix Theme for Developers",
"background-color": "#002A35",
"badge-color": "#AC7EA8",
"bold-color": "#FFFFFF",
"cursor-background-color": "#000000",
"cursor-foreground-color": "#FFFFFF",
"foreground-color": "#FFFFFF",
"highlight-background-color": "#000000",
@lolajl
lolajl / gist:f2df8bd3dacb3de00e5b481259204253
Created November 29, 2019 23:43 — forked from g3d/gist:2709563
Clean Install – OS X 10.11 El Capitan
### Keybase proof
I hereby claim:
* I am lolajl on github.
* I am lolajl (https://keybase.io/lolajl) on keybase.
* I have a public key ASBh6tv-i90OzwpZGnh362_8D70MwN5idQaI--mPMYkMRgo
To claim this, I am signing this object:
@lolajl
lolajl / db_add
Created August 11, 2012 16:57 — forked from lgrz/db_add
bash scripts - apache, mysql
#!/usr/bin/env bash
#
# db_add
# A script to configure a new database
#
if [[ $# -lt 2 ]]
then
echo "usage: db_add <db-name> <db-server> [db-host]"
echo "example 1 connect from localhost: db_add \"db-name\" \"db-server\" \"localhost\""
@lolajl
lolajl / new_bashrc.sh
Created August 11, 2012 16:57 — forked from josephwecker/new_bashrc.sh
Replace .bashrc, .bash_profile, .profile, etc. with something much more clean, consistent, and meaningful.
#!/bin/bash
# License: Public Domain.
# Author: Joseph Wecker, 2012
#
# Are you tired of trying to remember what .bashrc does vs .bash_profile vs .profile?
# Are you tired of trying to remember how darwin/mac-osx treat them differently from linux?
# Are you tired of not having your ~/.bash* stuff work the way you expect?
#
# Symlink all of the following to this file:
# * ~/.bashrc
@lolajl
lolajl / gist:3316678
Created August 10, 2012 18:47
Clean Install – Mountain Lion OS X 10.8 DP3