Shell:
Windows: pwsh + Windows Terminal + Starship
Linux: zsh + 🐚 Sheldon + emacs-eat + Starship
Editor:
Emacs + org-babel
Git
zsh
Emacs
To do the installation, all you have to do is copy and paste the only 1 lines of command below and run it.
curl -sL https://dotfiles.kyre.moe/bin/installer.zsh | zsh
If zsh is not the default, you can run the command below. (This Installation commands are for zsh)
chsh -s /bin/zsh
exec $SHELL -l
If you want to adapt the settings, restart the shell or run exec $SHELL -l
.