Skip to content

Commit 3fffbcf

Browse files
docs: add README ToC, bump version to 1.1.2
- README.md: added Table of Contents with anchored links to all sections - CHANGELOG.md: add v1.1.2 entry; add missing v1.1.x comparison links - VERSION: create file tracking current version (1.1.2)
1 parent 88b0fc5 commit 3fffbcf

3 files changed

Lines changed: 35 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.2] - 2026-03-17
11+
12+
### Changed
13+
- `README.md`: added Table of Contents
14+
1015
## [1.1.1] - 2026-03-17
1116

1217
### Fixed
@@ -214,7 +219,10 @@ Complete overhaul of the dotfiles infrastructure: modular profiles, Neovim, CI,
214219
### Added
215220
- Initial dotfiles: Zsh (oh-my-zsh + fzf), Tmux, Vim, and monolithic `install.sh`
216221

217-
[Unreleased]: https://github.com/YASoftwareDev/dotfiles/compare/v1.0.4...HEAD
222+
[Unreleased]: https://github.com/YASoftwareDev/dotfiles/compare/v1.1.2...HEAD
223+
[1.1.2]: https://github.com/YASoftwareDev/dotfiles/compare/v1.1.1...v1.1.2
224+
[1.1.1]: https://github.com/YASoftwareDev/dotfiles/compare/v1.1.0...v1.1.1
225+
[1.1.0]: https://github.com/YASoftwareDev/dotfiles/compare/v1.0.4...v1.1.0
218226
[1.0.4]: https://github.com/YASoftwareDev/dotfiles/compare/v1.0.3...v1.0.4
219227
[1.0.3]: https://github.com/YASoftwareDev/dotfiles/compare/v1.0.2...v1.0.3
220228
[1.0.2]: https://github.com/YASoftwareDev/dotfiles/compare/v1.0.1...v1.0.2

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ Terminal development environment — zsh, tmux, search tools, Python tooling.
44

55
![demo](demo.svg)
66

7+
## Table of Contents
8+
9+
- [Install](#install)
10+
- [Font](#font)
11+
- [Terminal setup](#terminal-setup)
12+
- [Verify](#verify)
13+
- [After install](#after-install)
14+
- [Docker](#docker)
15+
- [Running dotfiles inside a container](#running-dotfiles-inside-a-container)
16+
- [Building a Docker image](#building-a-docker-image)
17+
- [Update](#update)
18+
- [Repository structure](#repository-structure)
19+
- [Symlink map](#symlink-map)
20+
- [What's included](#whats-included)
21+
- [Shell & terminal](#shell--terminal)
22+
- [Search](#search-the-core-philosophy-find-anything-fast)
23+
- [Git](#git)
24+
- [Python tooling](#python-tooling)
25+
- [Other tools](#other-tools)
26+
- [X11 keyboard remapping](#x11-keyboard-remapping-optional-vimneovim-users)
27+
- [Editor — Neovim](#editor--neovim)
28+
- [Useful aliases & functions](#useful-aliases--functions)
29+
- [Advanced install scripts](#advanced-install-scripts)
30+
- [Machine-specific config](#machine-specific-config)
31+
732
## Install
833

934
**workstation** — full setup: zsh, neovim, tmux, search tools, CLI utilities (~15 min)

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.1.2

0 commit comments

Comments
 (0)