This is the personal configuration of Torresmo, seeking the truth following the path of The Great Debugger God. If you have any suggestion fell free to open a Issue or send me a message on Twitter
For use ou dotfiles you can run the symlink script or run just emacs in isolation mode for testing purposes.
Don't forget to change .gitconfig file to your configuration!
Configure the entire system, including the desktop configuration.
This script will:
- Configure hyprland and graphical environment
- Configure dotfiles path moving the project and creating the required folders
- Configure Emacs and his dependencies
- Configure ZSH and his dependencies
- Configure asdf
make build
Configure the terminal, editor, and configuration files for your distro by running the corresponding build script.
This script will:
- Configure dotfiles path moving the project and creating the required folders
- Configure Emacs and his dependencies
- Configure ZSH and his dependencies
- Configure asdf
make deb-based
make arch-based
I made a isolation mode if you want to test Torresmo Emacs before install it. For use this mode just use the isolation-setup and the sh script.
make deb-isolation-setup && sh ~/Workspaces/Personal/dotfiles/Emacs/isolation/run-emacs.sh
make arch-isolation-setup && sh ~/Workspaces/Personal/dotfiles/Emacs/isolation/run-emacs.sh