Skip to content

Instantly share code, notes, and snippets.

View neilio's full-sized avatar

Neil Lee neilio

  • Toronto, Canada
View GitHub Profile
@neilio
neilio / switch-apps.applescript
Created May 4, 2022 13:30
Set up laptop for work
#!/usr/bin/osascript
# Required parameters:
# @raycast.schemaVersion 1
# @raycast.title Switch to FreshBooks
# @raycast.mode silent
# Optional parameters:
# @raycast.icon 🤖
@neilio
neilio / kagi-google.css
Last active April 13, 2024 00:36
Kagi Google Style
.theme_moon_dark :root {
--m_sri_gap_color: #202124 !important;
}
.theme_moon_dark {
--background-color: #202124 !important;
}
.theme_moon_dark body {
background-color: #202124 !important;