commit 5948e47291182531a7fd80c89bb49e85258fb2cf
parent 5896a10275017d42f6ceaa86bea4e92760da1605
Author: Anders Damsgaard <andersd@riseup.net>
Date: Sun, 24 Dec 2017 09:00:14 -0500
Add `mpd` for markdown presentations and use .mp4 as default youtube-dl format
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/init/30_macos_recipes.sh b/init/30_macos_recipes.sh
@@ -36,6 +36,7 @@ brews=(
imagemagick
imapfilter
lua
+ mdp # markdown presentations
mosh # persistent SSH
mpc # command-line control over mpd
mpd # music player daemon
diff --git a/links/.zshrc b/links/.zshrc
@@ -207,6 +207,7 @@ alias date-pacific='pacific-date'
alias sha256sum='shasum -a 256'
alias cala="gcalcli agenda"
_has exa && alias ls='exa --git'
+alias youtube-dl='youtube-dl --format mp4'
# enable color support of ls and also add handy aliases
if [[ "$ARCH" != 'Darwin' ]]; then