Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SOWI Administratoren
Scripts
Merge requests
!6
Macos
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Macos
macos
into
master
Overview
0
Commits
5
Pipelines
0
Changes
30
Closed
Saad Chaaban
requested to merge
macos
into
master
1 year ago
Overview
0
Commits
5
Pipelines
0
Changes
30
Expand
Nur den Branch geupdated und Dateien rausgelöscht, welche nicht in diesen gehören.
0
0
Merge request reports
Compare
master
version 2
7aa8cf30
1 year ago
version 1
7aa8cf30
1 year ago
master (base)
and
latest version
latest version
3f8ea538
5 commits,
1 year ago
version 2
7aa8cf30
2 commits,
1 year ago
version 1
7aa8cf30
2 commits,
1 year ago
30 files
+
3
−
388
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
30
Search (e.g. *.vue) (Ctrl+P)
macos/03_homebrew_install.command
+
2
−
2
Options
#!/bin/bash
defaultsoftware
=
"anydesk appcleaner atom dockutil homebrew/cask-versions/firefox-esr vlc thunderbird"
defaultsoftware
=
"anydesk appcleaner atom dockutil homebrew/cask-versions/firefox-esr
keepassxc
vlc thunderbird"
/bin/bash
-c
"
$(
curl
-fsSL
https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh
)
"
echo
"Aktiviere Shell Befehle"
echo
'eval "$(/opt/homebrew/bin/brew shellenv)"'
>>
/Users/
$USER
/.zprofile
eval
"
$(
/opt/homebrew/bin/brew shellenv
)
"
echo
"Deaktiviere Homebrew Analytics"
# Infos https://docs.brew.sh/Analytics
export
HOMEBREW_NO_ANALYTICS
=
1
&&
brew analytics off
export
HOMEBREW_NO_ANALYTICS
=
1
&&
export
HOMEBREW_VERBOSE
=
1
&&
brew analytics off
echo
"Installiere Defaultsoftware"
brew
install
$defaultsoftware
--force
# Mac OS macht via Script Probleme mit CP und den Verzeichnis
Loading