dotfiles/README.md
2026-06-21 09:03:43 +02:00

20 lines
541 B
Markdown

# DOTFILES
## Configuration
### Tools configuration folder
- [alacritty](https://alacritty.org/)
- [fish](https://fishshell.com/)
- [helix](https://helix-editor.com/)
- [mango](https://mangowm.github.io/) with [dankmaterialshell](https://danklinux.com/)
- [zellij](https://zellij.dev/)
### Prerequisite
- [stow](https://www.gnu.org/software/stow/) (to stow dotfiles)
- [eza](https://eza.rocks/) (ls replacement used in the installation script)
### Install
```
cd $HOME
git clone https://codeberg.org/Guiglin/dotfiles.git
./install.sh
```