create install.sh and update README

This commit is contained in:
Guilhem Baccialone 2026-06-21 08:15:42 +02:00
parent 05c4a780d7
commit 49c53140e4
4 changed files with 53 additions and 9 deletions

View file

@ -1,9 +1,20 @@
# DOTFILES
## Configuration
### Tools I use on my different machine
- alacritty
- fish
- helix
- mango
- zellij
### 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
```