We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3086188 commit dad34d5Copy full SHA for dad34d5
2 files changed
CHANGELOG.md
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.2.1] - 2026-03-20
11
+
12
+### Changed
13
+- `README.md` + `install.sh`: font install section now offers three explicit
14
+ options — `p10k configure` (wizard, easiest), `~/.dotfiles/scripts/install-fonts.sh`
15
+ (absolute path, works after `curl | bash` install), and a `bash <(curl ...)` one-liner
16
+ (no local repo required); fixes confusing `./scripts/install-fonts.sh` relative path
17
+ shown in post-install message when user is not in the dotfiles directory
18
19
## [1.2.0] - 2026-03-20
20
21
### Added
VERSION
@@ -1 +1 @@
1
-1.2.0
+1.2.1
0 commit comments