Skip to content

Instantly share code, notes, and snippets.

@Matts966
Matts966 / open_cloud_tabs.bash
Last active June 3, 2023 23:01
Open all tabs in cloud tabs using sqlite3 on mac
#!/bin/bash
if [ "$#" == 0 ]; then
browser=Google\ Chrome
elif [ "$#" == 1 ]; then
browser=$1
else
echo "please pass me a browser name or run with no argument (default browser is 'Google\ Chrome')"
echo "e.g. './open_cloud_tabs.bash Safari'"
exit 1
fi
@LucaCappelletti94
LucaCappelletti94 / Firing up LaTex on macOS.md
Last active March 29, 2024 22:33
Firing up Latex on macOS

Firing up LaTex on macOS 🔥

As I'm writing this small tutorial, I assume you've read my previous one about setting up macOS, so if for any tool I'll use without explanation, look to that other article.

MacTex

The full version IS NOT MANDATORY, as in the tutorial that follows I installed the smaller version of MacTeX and proceded installing every needed dependency. Installing the complete package is about ~3.5GB of download and ~5GB on disk, the smaller one is just about 80MBs.

Click here to download the complete version or here to download the smaller version.

Gnuplot