Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kyure-a/dotfiles

🪼 @Kyure_A’s dotfiles
https://github.com/kyure-a/dotfiles

dotfiles pwsh wsl zsh

Last synced: 2 months ago
JSON representation

🪼 @Kyure_A’s dotfiles

Awesome Lists containing this project

README

        

![banner](./assets/banner.png)



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](./assets/emacs_screenshot.png)

- 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.

```zsh
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)

```zsh
chsh -s /bin/zsh
exec $SHELL -l
```

If you want to adapt the settings, restart the shell or run `exec $SHELL -l` .