Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kyure-a/dotfiles
- Owner: Kyure-A
- License: gpl-3.0
- Created: 2022-04-17T11:03:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T15:48:40.000Z (6 months ago)
- Last Synced: 2024-07-23T18:26:51.200Z (6 months ago)
- Topics: dotfiles, pwsh, wsl, zsh
- Language: Shell
- Homepage:
- Size: 1.21 MB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![banner](./assets/banner.png)
- Shell:
- Windows:
**pwsh** + **Windows Terminal** + **Starship**
- Linux:
**zsh** + 🐚 **Sheldon** + **emacs-eat** + **Starship**- Editor:
**Emacs** + **org-babel**
![Emacs Screen Shot](./assets/emacs_screenshot.png)
- Runtime manager:
- Rust:
rustup
- Python:
Rye
- Other:
mise (formerly rtx)## Requirement
- Git
- zsh- 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` .