Files

30 lines
787 B
Bash
Raw Permalink Normal View History

2023-09-09 16:09:18 -04:00
# ==============================================================================
2024-12-22 00:07:42 -05:00
# Auth: dodd
2023-09-09 16:09:18 -04:00
# File: mac_dl.sh
# Revn: 09-09-2023 0.1
# Func: print the apps and links of stuff to download
#
2024-12-22 00:07:42 -05:00
# TODO: add mathematica
2023-09-09 16:09:18 -04:00
# ==============================================================================
# CHANGE LOG
# ------------------------------------------------------------------------------
# 09-09-2023: init
#
# ==============================================================================
echo "chrome"
echo "https://www.google.com/chrome/"
echo "spotify"
echo "https://www.spotify.com/us/download/mac/"
echo "minecraft"
echo "https://www.minecraft.net/en-us/download"
echo "notion"
echo "https://www.notion.so/desktop"
echo "arduino"
echo "https://www.arduino.cc/en/software"