Skip to content

Instantly share code, notes, and snippets.

View sethfuller's full-sized avatar

Seth Fuller sethfuller

  • Pittsburgh, PA
View GitHub Profile
@sethfuller
sethfuller / cp_app.sh
Created June 25, 2021 21:11
Link contents of /Applications/Emacs.app to e.g. /Applications/Emacs2.app and replace the emacs icon in the new app
#!/usr/bin/env bash
##^ ## Author: Seth Fuller
##^ ## Date: 25-June-20201
##^
##^ ## This script will create a new EmacsX.app with links from the original Emacs.app
##^ ## The main purpose is to create another EmacsX.app that can be run separately with a different icon
##^ ## The Emacs Plus Homebrew project has many good icons in the icons directory.
##^ ## The Git repository is: https://github.com/d12frosted/homebrew-emacs-plus.git
##% If new_app_path or orig_app_path do not begin with a '/' /Applications/ will be prepended to them