This is an easy-to-use and beautiful Emacs configuration, powered by myself.
- Git 2.23+
- Emacs 27.2+ (version 28.x is recommended, native-comp is also supported),
⚠️ Warning: Emacs 29 may not comfort with doom-modeline. - ripgrep 11.0+
- clangd
- Fira Code Font
Just clone this repo to your home directory:
mv ~/.emacs.d ~/.emacs.d.bak # if you have your own Emacs configuration, then make a backup
git clone https://github.com/Flyfish/.emacs.d ~/.emacs.d
# it is suggested to run the following commands after git clone
cd ~/.emacs.d
git submodule update --init --remote
emacs -Q --l ~/.emacs.d/init-mini.el # minimal startup, more features included
emacs -Q --l ~/.emacs.d/init-down.el # just for troubleshooting, use when emacs down completely
(update-config) ; update configures
(update-packages) ; update packages