20 lines
541 B
Markdown
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
|
|
```
|