Skip to content

Instantly share code, notes, and snippets.

View cscottyb's full-sized avatar

Scotty Borland cscottyb

View GitHub Profile
@cscottyb
cscottyb / indigo-gist.css
Last active March 9, 2021 01:14
Indigo theme: Redesign for Duck Duck Go. Work in progress.
/* highlight color */
.has-zcm ::-moz-selection, #pg-index.page-index.body--home::-moz-selection {
background: #c3d0ff !important;
}
.has-zcm ::selection,
#pg-index.page-index.body--home::selection {
background: #c3d0ff !important;
@tanyuan
tanyuan / samba-elementary-os.md
Last active May 15, 2023 18:24
Elementary OS (Ubuntu) Samba Server Setup

Setup up Samba file server on Elementary OS (Ubuntu)

So you can access files from other computers (Linux, Mac, Windows) on the same network!

  1. Install Samba:
sudo apt install samba samba-common
anonymous
anonymous / config.json
Created October 22, 2016 05:59
Bootstrap Customizer Config
{
"vars": {
"@gray-base": "#333",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "#5ACDB3",
"@brand-success": "#272833",
@PurpleBooth
PurpleBooth / README-Template.md
Last active April 18, 2025 02:49
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites