My Emacs configuration, the way I like it
Configuration compatible with Emacs version >= 28.x
cd ~/projects
git clone https://github.com/rabbitonweb/my_emacs_d
cd
mkdir .emacs.d
cd .emacs.d
ln -s ~/projects/my_emacs_d/init.el ~/.emacs.d/init.el
ln -s ~/projects/my_emacs_d/configs ~/.emacs.d/configs
ln -s ~/projects/my_emacs_d/my_snippets ~/.emacs.d/my_snippets
ln -s ~/projects/my_emacs_d/logo.png ~/.emacs.d/logo.png
Also install Silver Search on your machine https://github.com/ggreer/the_silver_searcher
Also install mactex for Mac OS
brew cask install mactex
Also install ispell
brew install ispell
Also install direnv
nix-env -i direnv