Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 1.36 KB

README.org

File metadata and controls

58 lines (46 loc) · 1.36 KB

Emacs Configuration

Installation

Installing Emacs

Install Emacs with one of below ways:

emacs-plus

brew install emacs-plus@30 --with-native-comp --with-modern-purple-flat-icon

Compile from the source code

Check for theFool32/build-emacs-macos

Installing this configuration

git clone --depth 1 https://github.com/theFool32/.emacs.d.git .emacs.d

Prepare

cd .emacs.d
make custom

When the environment variables changed, you should update them with

cd .emacs.d
make env

Enjoy hacking!

Dependency

Tools

# For Mac OS X
brew install ripgrep fd rga terminal-notifier

Fonts

# For Mac OS X
brew install --cask font-jetbrains-mono

brew tap laishulu/cask-fonts
brew install --cask font-sarasa-nerd

Emacs-rime (Optional)

Following Installation to use `emacs-rime`.


Reference