Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stoiandan/macbuttler
small macOS script installing basic macOS apps to get you up and running on your fresh installation
https://github.com/stoiandan/macbuttler
automation macos
Last synced: 4 days ago
JSON representation
small macOS script installing basic macOS apps to get you up and running on your fresh installation
- Host: GitHub
- URL: https://github.com/stoiandan/macbuttler
- Owner: stoiandan
- License: bsd-2-clause
- Created: 2023-01-26T17:28:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T15:16:32.000Z (10 months ago)
- Last Synced: 2024-04-09T16:54:11.411Z (10 months ago)
- Topics: automation, macos
- Language: Shell
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MacButtler
small macOS script installing basic macOS apps to get you up and running on your fresh installation## Usage
To use MacButtler just replace the placeholders form this command with your actual information:```zsh
MAC_BUTTLER_TMP=$(mktemp -d) && cd $MAC_BUTTLER_TMP && curl -L --output mac_buttler.zip https://github.com/stoiandan/MacButtler/archive/refs/heads/main.zip && unzip mac_buttler.zip && chmod +x MacButtler-main/install.sh && MacButtler-main/install.sh EMAIL "FULL NAME"
```