Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clburlison/profiles
🔎 Profiles (mobileconfig files) for macOS.
https://github.com/clburlison/profiles
configuration-management macadmins macos mobileconfig osx profiles
Last synced: 9 days ago
JSON representation
🔎 Profiles (mobileconfig files) for macOS.
- Host: GitHub
- URL: https://github.com/clburlison/profiles
- Owner: clburlison
- License: mit
- Created: 2015-12-07T17:50:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T15:08:05.000Z (over 3 years ago)
- Last Synced: 2024-08-02T16:08:56.153Z (3 months ago)
- Topics: configuration-management, macadmins, macos, mobileconfig, osx, profiles
- Language: Shell
- Homepage:
- Size: 73.2 KB
- Stars: 164
- Watchers: 20
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
clburlison profiles
===[![Build Status](https://travis-ci.org/clburlison/profiles.svg?branch=master)](https://travis-ci.org/clburlison/profiles)
This repo uses submodules to include profiles from other Github users. By including all of these profiles in one place it is much easier to search locally on ones computer.
# Commands
If you aren't familiar with git submodules use the commands below.
For new clones:
```bash
git clone --recursive https://github.com/clburlison/profiles.git
```To update this cloned repo:
```bash
git pull --recurse-submodules
```*NOTE:* This repo is updated daily with a travis build.
## Adding repos
If you would like to add your profiles repo to this auto update repo:
1. Fork this repo:
git clone --recursive https://github.com/clburlison/profiles.git
1. Create a new branch
git checkout -b github_username
1. Add your repo as a git submodule
git submodule add https://github.com/github_username/repo_name github_username
1. Commit your changes
git commit -m "Add github_username"
1. Push to your fork
git push
1. Open a [pull request](https://github.com/clburlison/profiles/pulls)
# Disclaimer
You should read and make sure you understand what each profile is doing prior to installing. If you don't know what a key is doing it's your job to look it up._All files provided as is. You run it. You break it. You fix it. I hold no responsibility._