Skip to content

Instantly share code, notes, and snippets.

View Sly777's full-sized avatar

Ilker Guller Sly777

View GitHub Profile
@Sly777
Sly777 / compare-apps-with-cask.sh
Last active December 15, 2023 13:00
Identify mac apps installable via Brew Cask from installed applications
#!/bin/bash
echo "⊚ Starting the application comparison process..."
NOCOLOR='\033[0m'
RED='\033[0;31m'
GREEN='\033[0;32m'
# Define a list of applications to ignore (normalized names)
declare -a ignore_apps=(
@Sly777
Sly777 / next.config.js
Last active October 12, 2020 14:29
Next.js 9.4+ Sitemap on Serverless or SSR projects
// ...etc.
// ------------------------------------------------------------
// For sitemap stuff
const globby = require('globby');
const globalUtilities = require('./src/utils/globalUtil');
const excludePagePattern = [
// NOTE: add your custom routes that must not visible on sitemap