Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galacsh/mac-boiler
Personal repository that contains some scripts to boil my macOS.
https://github.com/galacsh/mac-boiler
brew launch-agent self-installation zsh
Last synced: 20 days ago
JSON representation
Personal repository that contains some scripts to boil my macOS.
- Host: GitHub
- URL: https://github.com/galacsh/mac-boiler
- Owner: Galacsh
- Created: 2024-04-30T08:48:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T15:51:08.000Z (21 days ago)
- Last Synced: 2024-10-30T16:38:14.864Z (21 days ago)
- Topics: brew, launch-agent, self-installation, zsh
- Language: Shell
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MacOS Boiler
1. Install Xcode's command-line tools.
```shell
xcode-select --install
```2. Clone this repository.
```shell
git clone https://github.com/galacsh/mac-boiler.git
cd mac-boiler/ || exit
```3. Register scripts as 'Launch Agents'.
```shell
./launch-agent/init.sh
```4. Setup 'brew'.
```shell
./brew/init.sh
```5. Setup 'zsh'.
```shell
./zsh/init.sh
```6. Setup 'languages'.
```shell
./languages/init.sh
```7. Install things in 'self-install'.
```shell
./self-install/init.sh
```8. Setup other things.
```shell
./etc/init.sh
```9. `.config` github clone and setup
```shell
curl -sSf https://raw.githubusercontent.com/Galacsh/config/main/install.sh | bash -s
```