Skip to content

Commit

Permalink
move setup_brew_mac.sh into mac_scripts/
Browse files Browse the repository at this point in the history
  • Loading branch information
dombean committed Feb 9, 2025
1 parent 6d4c9c0 commit 5ee469c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Note: Change GTK theme to `Arc-Dark` using `gnome-tweaks`.

If I'm on a Mac, follow these steps:

1. Run `setup_brew_mac.sh` to set up Homebrew and essential tools.
1. Run `mac_scripts/setup_brew_mac.sh` to set up Homebrew and essential tools.
2. Run `generate_ssh_github.sh` to generate an SSH key and add it to my GitHub account.
3. Use GNU Stow to manage dotfiles:
```bash
Expand Down Expand Up @@ -85,7 +85,7 @@ the file `generate_ssh_github.sh` will be decrypted.
- `README.md`: Documentation for the repository.
- `Dockerfile`: Dockerfile for building a Docker image of the setup.
- `secrets.yml`: Encrypted file containing sensitive information, managed with Ansible Vault.
- `setup_brew_mac.sh`: Bash script to set up Homebrew and essential tools on macOS.
- `mac_scripts/setup_brew_mac.sh`: Bash script to set up Homebrew and essential tools on macOS.
- `mac_scripts`: Folder containing scripts for macOS.

## 📝 Note
Expand Down
File renamed without changes.

0 comments on commit 5ee469c

Please sign in to comment.