Skip to content

Instantly share code, notes, and snippets.

@celadevra
Last active December 8, 2019 04:02
Show Gist options
  • Save celadevra/ee94685b8ddb3b5a87613b9597f9dfc9 to your computer and use it in GitHub Desktop.
Save celadevra/ee94685b8ddb3b5a87613b9597f9dfc9 to your computer and use it in GitHub Desktop.
Install software after macos installation
#!/usr/bin/env bash
# Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Deps
xcode-select --install
# Install stuff
brew install d12frosted/emacs-plus/emacs-plus
sudo cp -r /usr/local/opt/emacs-plus/Emacs.app /Applications/
brew cask install homebrew/cask-versions/docker-edge
brew install coreutils pandoc fd pass dyld-headers mpv \
node mackup neovim wget llvm ripgrep ntfs-3g \
fossil vim
brew cask install font-ibm-plex podman the-unarchiver \
docker-edge keybase postman tunnelblick wpsoffice \
firefox nextcloud scrivener v2rayx zotero mpv racket \
tor-browser
# Install some ready-made configs
git clone https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install
curl https://j.mp/spf13-vim3 -L > spf13-vim.sh && sh spf13-vim.sh
# (After you log on Dropbox account and complete sync)
if [ -d ~/Dropbox/Mackup ]; then mackup restore; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment