Skip to content

Commit

Permalink
docs: add readme for the .config directory
Browse files Browse the repository at this point in the history
  • Loading branch information
samialdury committed Oct 15, 2024
1 parent e48e0d1 commit 9b0e6b1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .config/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# `.config` directory

This directory contains configuration files for various applications.
The `stow` command is used to symlink these files to the `~/.config` directory.

## Contents

- [alacritty](alacritty) - Terminal emulator ([docs](https://alacritty.org))
- [bat](bat) - Enhanced `cat` command ([docs](https://github.com/sharkdp/bat))
- [cursor](cursor) - AI code editor ([docs](https://www.cursor.com))
- [delta](delta) - Pager with syntax-highlighting ([docs](https://github.com/dandavison/delta))
- [fish](fish) - Shell ([docs](https://fishshell.com))
- [lazygit](lazygit) - Terminal-based git GUI ([docs](https://github.com/jesseduffield/lazygit))
- [nvim](nvim) - Current neovim configuration (based on [LazyVim](http://www.lazyvim.org))
- [nvim-old](nvim-old) - Previous neovim configuration (based on [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim))
- [starship](starship) - Prompt ([docs](https://starship.rs))
- [tmux](tmux) - Terminal multiplexer ([docs](https://github.com/tmux/tmux/wiki))
- [yazi](yazi) - Terminal file manager ([docs](https://yazi-rs.github.io))

0 comments on commit 9b0e6b1

Please sign in to comment.