Skip to content

Kyure-A/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

Kyure_A icon@Kyure_A's Emacs (for Windows Subsystem for Linux)

  • Shell:

    • Windows Icon Windows: pwsh icon pwsh + pwsh icon Windows Terminal + Starship icon Starship

    • Linux Icon Linux: zsh icon zsh + 🐚 Sheldon + Emacs Icon emacs-eat + Starship icon Starship

  • Editor:

    Emacs Icon Emacs + Org icon org-babel

Emacs Screen Shot

  • Runtime manager:
    • Rust: rustup rustup
    • Python: rye Rye
    • Other: mise mise (formerly rtx)

Requirement

  • Git icon Git

  • zsh icon zsh

  • Emacs Icon Emacs

Installation

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 .