Update README.md

This commit is contained in:
Fabio Scotto di Santolo
2025-09-17 09:09:55 +02:00
parent dd867f3814
commit 42f8b57824

View File

@@ -9,6 +9,7 @@ The main goal of this repository is to maintain a consistent, portable, and vers
Each directory in this repository corresponds to a specific application or tool, with configuration files laid out to mirror the structure of the home directory. Using `stow`, symbolic links are created seamlessly, preserving organization and keeping configurations isolated per tool. Each directory in this repository corresponds to a specific application or tool, with configuration files laid out to mirror the structure of the home directory. Using `stow`, symbolic links are created seamlessly, preserving organization and keeping configurations isolated per tool.
> Example usage (from the repository root): > Example usage (from the repository root):
>
> ```bash > ```bash
> stow nvim > stow nvim
> stow zsh > stow zsh
@@ -21,20 +22,16 @@ This repository contains my configuration files for the following tools:
- **Shells & Prompt** - **Shells & Prompt**
- `zsh` + `starship` - `zsh` + `starship`
- **Terminal Emulator & Multiplexer** - **Terminal Emulator & Multiplexer**
- `kitty`
- `tmux` - `tmux`
- **Editors & CLI Tools** - **Editors & CLI Tools**
- `neovim` (with LazyVim) - `neovim` (with LazyVim)
- `vim` - `emacs`
- `bat` - `bat`
- `git` - `git`
- `lazygit` - `lazygit`
- `lazydocker`
- `k9s`
- **Utilities** - **Utilities**
- `fastfetch` - `fastfetch`
- `zoxide` - `zoxide`
- `mpv`
- `yt-dlp` - `yt-dlp`
--- ---