Releases: LucasLarson/dotfiles
v1.1.1
What’s changed
- remove
stat
-dependentsamefile
plugin (#828) - use
/dev/null
only where/dev/stderr
is not appropriate (8f595fa5ef
) - remove GitHub Copilot plugin (#821)
- add French Republican Calendar time-of-day script (#766) (via Leah Neukirchen)
- add
shellcheck
configuration (#765) - remove
zsh_codex
plugin in (#733) - remove
git-perl
installation (#725)
Full Changelog: v1.1.0...v1.1.1
v1.1.0
✅ more XDG Base Directory compliance (446558c, 5d1a9e5)
✅ much more POSIX compliance (b7d130e, d57977a, f1cb718, 28ef572)
✅ more portable Git syntax (e8872e2, 44c43d4)
✅ no more pip requirement (e936536)
✅ command-line completions (9897656)
✅ $HISTFILE
protection (12fb68b)
Full changelog: v1.0.0...v1.1.0
v1.0.0
✅ first public release
✅ @clarketm’s amalgamated zsh_completions
plugin (68668ec)
✅ @tom-doerr’s zsh_codex
plugin to access @OpenAI’s Codex API from the command line (954c75d)
✅ @olets’s zsh_abbr
plugin to instantly expand certain abbreviations (075d6c9)
✅ GitHub Copilot for Neovim (34ddd73)
✅ globbing (command **/*.𝑥
) instead of command $(find 𝑥)
(fix #260) in #530
✅ a dynamic g
function (3783701) that:
• without arguments, performs git status
• with an argument of filename
, performs git status filename
• with an argument of clone
, config
, help
, init
, version
, or -𝑥*
, performs as git 𝑎𝑟𝑔𝑢𝑚𝑒𝑛𝑡
, and
• otherwise performs whatever commands follow g
, for example:
g add ...
→ git add ...
g commit ...
→ git commit ...
In memoriam:
🚫 @Atom configuration (6f32113)
🚫 disused @ImgBot configuration (3c5cbd7)
🚫 disused @Transifex configuration (adf018e)
🚫 disused Nano editor configuration (74b38c9)
🚫 Markdown (in favor of AsciiDoc) (9d6a1a2)
🚫 git.io
links (fix #519) in #520
Full Changelog: v0.9.0...v1.0.0
v0.9.0
What’s Changed
✅ add shellcheck
for even shell scripting hidden in Markdown files (fix #500) by @LucasLarson in #501
✅ repair Markdown by @LucasLarson in #499
✅ use @Homebrew’s env
variable for brew --prefix
(fix #497) by @LucasLarson in #498
✅ add mailmap (fix #495) by @LucasLarson in #496
✅ bump gunstage from 5343e19
to ba5dfc3
by @dependabot in #494
✅ bump git-default-branch from 595f0c5
to 80f2844
by @dependabot in #493
✅ bump zsh-completions from 6fbf5fc
to 55d07cc
by @dependabot in #492
✅ bump git-default-branch from c047e6d
to 595f0c5
by @dependabot in #491
✅ bump samefile from 424fdf0
to f690b9c
by @dependabot in #490
✅ bump gunstage from 89cc627
to 5343e19
by @dependabot in #489
✅ bump git-default-branch from ce576bc
to c047e6d
by @dependabot in #487
✅ bump powerlevel10k from 123136c
to f07d7ba
by @dependabot in #485
✅ bump actions/checkout
action from v2 to v3 by @renovate in #486
✅ bump fast-syntax-highlighting from 585c089
to ef8ba84
by @dependabot in #484
Full Changelog: v0.8.0...v0.9.0
v0.8.0
✅ affirmatively permit unambiguous non-POSIX content to more quickly define functions from Zsh (6212791)
What's Changed
- bump powerlevel10k from
7354688
tofba50d9
by @dependabot in #458 - bump samefile from
448cd3c
to052324a
by @dependabot in #459 - bump git-default-branch from
e219585
toce576bc
by @dependabot in #460 - bump gunstage from
4bcfcda
toc425b92
by @dependabot in #461 - bump zsh-completions from
bffff37
to20f3cd5
by @dependabot in #462 - bump powerlevel10k from
fba50d9
toe1c52e0
by @dependabot in #463 - bump powerlevel10k from
e1c52e0
to683a485
by @dependabot in #464 - bump powerlevel10k from
683a485
tofdbde52
by @dependabot in #465 - bump powerlevel10k from
fdbde52
tob8ddcd4
by @dependabot in #466 - bump powerlevel10k from
b8ddcd4
to3d994b0
by @dependabot in #468 - bump zsh-completions from
20f3cd5
to546fa7e
by @dependabot in #469 - bump powerlevel10k from
3d994b0
to9e0ef91
by @dependabot in #470 - Bump custom/plugins/samefile from
052324a
to424fdf0
by @dependabot in #471 - Bump custom/plugins/zsh-completions from
546fa7e
to1f1962e
by @dependabot in #472 - Bump custom/themes/powerlevel10k from
9e0ef91
to6c71862
by @dependabot in #473 - Bump powerlevel10k from
6c71862
to4f143b7
by @dependabot in #474 - bump zsh-completions from
1f1962e
to298020e
by @dependabot in #475 - Bump custom/themes/powerlevel10k from
4f143b7
to8a676a9
by @dependabot in #476 - bump gunstage from
c425b92
to89cc627
by @dependabot in #478 - bump powerlevel10k from
8a676a9
toa83e530
by @dependabot in #479 - store
.plist
files as XML instead of binary by @LucasLarson in #477 - bump powerlevel10k from
a83e530
to123136c
by @dependabot in #480 - bump zsh-completions from
298020e
to3fb84ee
by @dependabot in #481 - Bump custom/plugins/zsh-completions from
3fb84ee
to6fbf5fc
by @dependabot in #483
Full Changelog: https://github.com/LucasLarson/dotfiles/commits/v0.8.0
v0.7.1
✅ bump Mackup from 0.8.32 to 0.8.33
v0.7.0
v0.6.1
v0.6.0
✅ move .oh-my-zsh/custom/
to custom/
, losing shell and shell framework vendor lock