Skip to content

Instantly share code, notes, and snippets.

View jfrazee's full-sized avatar

Joey jfrazee

View GitHub Profile
@jfrazee
jfrazee / settings.workbench.colorCustomizations.json
Created May 28, 2021 18:19
Visual Studio Code Light Sidebar
{
"workbench.colorCustomizations": {
"[Default Dark+]": {
"sideBar.foreground": "#1E1E1E",
"sideBar.background": "#F1F1F1",
"sideBarTitle.foreground": "#1E1E1E",
"sideBarSectionHeader.background": "#0000",
"sideBarSectionHeader.border": "#61616130",
"list.hoverForeground":"#FFFFFF",
"list.hoverBackground":"#007FD4",
@jfrazee
jfrazee / fcron.init.sh
Last active August 14, 2021 05:39
fcron init script
#!/bin/sh
# This is based on the cron init script for vixie cron from Ubuntu 20.04 and the
# fcron.init.suse init script included with fcron which are licensed under the
# GPLv2 license.
### BEGIN INIT INFO
# Provides: fcron
# Required-Start: $remote_fs $syslog $time
# Required-Stop: $remote_fs $syslog