diff --git a/README.md b/README.md index d6346dd..870a855 100644 --- a/README.md +++ b/README.md @@ -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. > Example usage (from the repository root): +> > ```bash > stow nvim > stow zsh @@ -21,20 +22,16 @@ This repository contains my configuration files for the following tools: - **Shells & Prompt** - `zsh` + `starship` - **Terminal Emulator & Multiplexer** - - `kitty` - `tmux` - **Editors & CLI Tools** - `neovim` (with LazyVim) - - `vim` + - `emacs` - `bat` - `git` - `lazygit` - - `lazydocker` - - `k9s` - **Utilities** - `fastfetch` - `zoxide` - - `mpv` - `yt-dlp` ---