Skip to content

Instantly share code, notes, and snippets.

@nkukushkin
nkukushkin / README-WWDC.md
Last active April 3, 2023 01:00 — forked from IsaacXen/README.md
(Almost) Every WWDC videos download links for aria2c.
@nkukushkin
nkukushkin / dock.sh
Created January 15, 2024 09:49 — forked from kamui545/dock.sh
Customize macOS dock via command line
#!/usr/bin/env bash
source "./dock_functions.sh"
declare -a apps=(
'/System/Applications/Utilities/Terminal.app'
'/System/Applications/Music.app'
'/Applications/Google Chrome.app'
'/Applications/PhpStorm.app'
'/Applications/Visual Studio Code.app'