Run after installing emacs-mac
:
$ osascript -e \
'tell application "Finder" to make alias file to POSIX file "/opt/homebrew/opt/emacs-mac/Emacs.app" at POSIX file "/Applications"'
Then install Doom.
- Open iTerm2.
- Select
iTerm2 > Preferences
. - In
General tab
, pointLoad preferences from a custom folder or URL:
to ~~/.dotfiles/dots/macos//com.googlecode.iterm2.plist~. - Restart iTerm2.
To import the config, quit Moom and run:
$ defaults import com.manytricks.Moom dots/macos/Moom.plist
Then open Moom and you should see the config correctly loaded.
To export the config, run:
$ defaults export com.manytricks.Moom dots/macos/Moom.plist
Open it, set it up using its license, and set its preference folder to GDrive/configs/alfred
.
Emacs (and a bunch of other tools) require poetry config virtualenvs.in-project true
.
Install it from website.