Commit graph

110 commits

Author SHA1 Message Date
Oliver Davies 529d1a7ce7 Replace watch-changes script with watchexec 2024-02-14 17:44:52 +00:00
Oliver Davies 7302dae7ec Use alejandra for formatting Nix files 2024-02-13 21:33:32 +00:00
Oliver Davies 15fab770bc tmux: add keybinding to open opdavies.nvim 2024-02-04 12:38:43 +00:00
Oliver Davies 02c909ed44 Replace eza with lsd 2024-02-04 12:36:43 +00:00
Oliver Davies 9b4e83c2ca git: update email address 2024-01-29 13:10:21 +00:00
Oliver Davies db12d87eec Ignore notes and todo files 2024-01-29 12:59:47 +00:00
Oliver Davies f895d44e37 Update nix build alias 2024-01-29 07:52:12 +00:00
Oliver Davies a8722ad2e6 Update build-configs aliases 2024-01-26 00:59:23 +00:00
Oliver Davies 2124d90136 Re-add Starship prompt 2024-01-26 00:37:48 +00:00
Oliver Davies 53ead53af2 zsh: rename nah to reset 2024-01-25 16:49:31 +00:00
Oliver Davies f71195a314 zsh: remove plugins
No more autocompletion.
2024-01-25 16:49:24 +00:00
Oliver Davies 948d68c2ca Add and configure lazygit 2024-01-25 08:12:33 +00:00
Oliver Davies c2cbf111bf Install fzf with Home Manager 2024-01-25 07:18:14 +00:00
Oliver Davies 509e85e0d0 Update dotfiles repo path 2024-01-25 07:17:38 +00:00
Oliver Davies 9ef0411680 Use Neovim from the flake in opdavies.nvim 2024-01-25 01:54:22 +00:00
Oliver Davies 6d27e72b02 Extract neovim configuration to a separate
...repository

https://github.com/opdavies/opdavies.nvim
2024-01-24 12:10:46 +00:00
Oliver Davies 3d51d8fc3f Switch back to NixOS unstable 2024-01-14 13:54:30 +00:00
Oliver Davies 0261347ede Add new ZSH aliases 2024-01-07 22:03:01 +00:00
Oliver Davies 79f5c8ac5b Add iamcco/markdown-preview.nvim 2024-01-03 13:50:50 +00:00
Oliver Davies 4e1c3123a0 Switch back to 23.05
Issues with Neovim, Harpoon and/or Telescope.
2023-12-24 16:59:08 +00:00
Oliver Davies b6ce95feb3 Remove starship prompt 2023-12-21 12:02:24 +00:00
Oliver Davies 512f86cf66 Add run aliases 2023-12-21 12:01:24 +00:00
Oliver Davies d97259fc6a Fix terminal colours within tmux 2023-12-20 00:56:08 +00:00
Oliver Davies c600c30e22 Revert "Use zoxide to provide paths to fzf"
This reverts commit 54fdbd71d9.
2023-12-19 20:50:12 +00:00
Oliver Davies 029b2f1721 Update the Git commit message template 2023-12-18 11:31:23 +00:00
Oliver Davies 782f3e4b10 Add prettier as a formatter 2023-12-18 11:30:51 +00:00
Oliver Davies 3e58c64014 Update the Git commit message template 2023-12-17 20:29:39 +00:00
Oliver Davies 5e6bee6432 Manage ripgrep with Home Manager 2023-12-17 17:52:59 +00:00
Oliver Davies a6be7cabc4 Revert "Add openssl"
This reverts commit 22aa32f852.
2023-12-15 11:16:09 +00:00
Oliver Davies 22aa32f852 Add openssl 2023-12-13 10:25:55 +00:00
Oliver Davies 933a6b288e Remove just 2023-12-13 10:25:34 +00:00
Oliver Davies 6df789852e Change tmux pane border style colours 2023-12-13 06:32:21 +00:00
Oliver Davies 580e7c7940 Remove terraform
Remove `terraform` from the global Home Manager packages as this is now
added into per-project Flakes instead.
2023-12-13 01:03:41 +00:00
Oliver Davies b40e25dea0 Revert "Switch to unstable by default"
This reverts commit 3c7877776e.

Slack was broken when using the unstable version of nixpkgs.
2023-12-12 20:17:40 +00:00
Oliver Davies 54fdbd71d9 Use zoxide to provide paths to fzf 2023-12-11 21:25:23 +00:00
Oliver Davies 3c7877776e Switch to unstable by default 2023-12-06 15:36:10 +00:00
Oliver Davies 80860fe6df Upgrade nixpkgs to 23.11 2023-12-03 08:54:29 +00:00
Oliver Davies c40d215db3 Remove space before the left status in tmux 2023-11-29 09:53:10 +00:00
Oliver Davies 249f05860f feat(neovim): configure markdownlint
Prevent diagnostic messages for duplicate sibling headings and line
length.
2023-11-21 16:16:40 +00:00
Oliver Davies 2124965f86 chore(git): move global gitignore to .config 2023-11-15 21:00:42 +00:00
Oliver Davies 6d12f5c2d5 feat(git): globally ignore a .ignored directory 2023-11-15 20:55:19 +00:00
Oliver Davies f44231d595 chore(tmux): update status line 2023-11-15 19:03:45 +00:00
Oliver Davies eb622e5e45 fix(tmux): update repo paths 2023-11-14 21:17:26 +00:00
Oliver Davies 6c93891bd0 fix(flake): attribute 'inputs' missing 2023-11-09 12:55:20 +00:00
Oliver Davies 5449d8c021 chore(nvim): configure lualine 2023-11-07 07:53:58 +00:00
Oliver Davies 282b764ba6 refactor(nvim): split into modules 2023-11-06 23:48:09 +00:00
Oliver Davies 6c610fea29 feat(nvim): use rstfmt for rst file formatting
Add `vimPlugins.conform-nvim` to add formatting rst files with `rstfmt`.

This isn't supported as a formatter in `none-ls`, and I wanted to try
and potentially switch to `conform-nvim` and `nvim-lint` in the future,
so this is a potential first step towards that.

`rstfmt` itself is already installed and available within my additional
Vim packages.

This currently needs to be run manually, as I don't want to change my
default keybind for formatting until I've supported all the filetypes and formatters
I have in `none-ls`.

To run the foramt manually, run `:lua require"conform".format()`.

See:

- https://github.com/stevearc/conform.nvim
- https://github.com/mfussenegger/nvim-lint
- https://pypi.org/project/rstfmt
- https://www.youtube.com/watch?v=ybUE4D80XSk
2023-11-04 21:46:13 +00:00
Oliver Davies 632f220bee fix(tmux): update repo paths 2023-11-04 20:22:04 +00:00
Oliver Davies 6514792445 refactor(flake): add pkgsUnstable in other files 2023-11-04 10:29:29 +00:00
Oliver Davies ee4911cbeb chore(zsh): remove just aliases 2023-11-04 10:19:46 +00:00