Skip to content

Instantly share code, notes, and snippets.

@vz3
vz3 / macsetup.txt
Last active August 19, 2020 19:45
My personal Mac setup.
This is my Mac setup, most apps can be installed using homebrew or brew cask, remaining apps are under "App Store" and "Non-cask"
There are some commercial apps on the list, including: bartender, figma, istat-menus, krisp, and mullvadvpn. I would find OSS alternatives but this is intended to reflect my actual personal setup.
I will probably turn this into a shell script soon.
# New Mac List
## Initial
oh-my-zshrc
`sh -c “$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)”;cp ./Documents/.zshrc .`
@eyliu
eyliu / constitution.cls
Created August 11, 2009 20:05
LaTeX document class for typesetting a constitution
\NeedsTeXFormat{LaTeX2e}[1994/06/01]
\ProvidesClass{constitution}[2009/05/15 v0.0.1 Document class for typesetting a constitution]
\LoadClass{report}
\RequirePackage[letterpaper,margin=1in]{geometry}
\RequirePackage[colorlinks,linkcolor=blue]{hyperref}
%\usepackage{hyperref}
\RequirePackage{titlesec}