Files
dotfiles/mac/mac_dl.sh
T

30 lines
785 B
Bash
Raw Normal View History

2023-09-09 16:09:18 -04:00
# ==============================================================================
# Auth: Alex Celani
# File: mac_dl.sh
# Revn: 09-09-2023 0.1
# Func: print the apps and links of stuff to download
#
# TODO: create
# ==============================================================================
# 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"