From a2e40ba189923f3ec8a05b932ba02e4124cfe159 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 25 Jan 2024 23:07:49 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4572d3..1788240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,51 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), but adapt Instead of grouping changes by tag, they are grouped by the date they are released. +## 25th January 2024 + +### Added + +* Add `lazygit`. +* Add Geist Mono Nerd Font and use it in Alacritty. +* Add `rclone` and `rclone-browser`. + +### Changed + +* Don't list any directories ending with `-old` or `.old` when using the `t` function. +* zsh: rename `nah` alias to `reset`. +* zsh: remove autocompletion plugin. +* Install `fzf` using Home Manager. + +### Fixed + +* Only show the first level of directories in `~/Code/tmp` when using the `t` function. + +## 24th January 2024 + +### Changed + +* Extract my Neovim configuration to a separate repository - . + +## 17th January 2024 + +### Added + +* nvim: add `gc` to run `:Git commit`. +* nvim: add PHP snippets for `__invoke()` and `__construct()` methods. + +## 15th January 2024 + +### Added + +* Add a keybinding for i3 to use `feh` to switch the wallpaper. + +## 10th January 2024 + +### Added + +* nvim: show trailing spaces. +* nvim: remove completion in command mode. + ## 8th January 2024 ### Added