Skip to content

Commit

Permalink
add docker-desktop install
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterStolz committed Dec 9, 2024
1 parent 87ddde7 commit ecfd8b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions home-manager/install-mac.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
### Installing on MacOS

cd ~
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
Expand All @@ -10,3 +8,8 @@ nix-channel --add https://github.com/nix-community/home-manager/archive/release-
nix-channel --update
nix-shell '<home-manager>' -A install


curl -O https://desktop.docker.com/mac/main/arm64/Docker.dmg
sudo hdiutil attach Docker.dmg
sudo /Volumes/Docker/Docker.app/Contents/MacOS/install --accept-license
sudo hdiutil detach /Volumes/Docker

0 comments on commit ecfd8b2

Please sign in to comment.