Commit graph

1358 commits

Author SHA1 Message Date
Oliver Davies 83b51ebdf4 feat(nvim): add a keymap for switching to the
...alternative file
2023-09-14 19:08:50 +01:00
Oliver Davies 5369ccdddd feat(zsh): re-add suffix aliases 2023-09-14 19:08:06 +01:00
Oliver Davies 944e5d7911 revert(zsh): re-add suffix aliases
This reverts commit de69d1253b.
2023-09-14 19:07:01 +01:00
Oliver Davies e649eb98bf chore(zsh): configure exa colours 2023-09-14 07:45:52 +01:00
Oliver Davies de69d1253b feat(zsh): re-add suffix aliases 2023-09-14 07:39:06 +01:00
Oliver Davies 610fc6ffbf refactor(nixos): avoid repetition of the username 2023-09-14 07:25:55 +01:00
Oliver Davies 5f2c4b18b2 chore(sway): simplify sway colours 2023-09-12 23:46:09 +01:00
Oliver Davies 962dadf536 chore(flake): update lockfile 2023-09-11 19:48:39 +01:00
Oliver Davies 2eac239ae3 chore(flake): update lockfile 2023-09-05 22:33:08 +01:00
Oliver Davies e37e283d95 fix(nvim): ignore line lengths in markdown files 2023-09-05 13:34:44 +01:00
Oliver Davies 6f7a6df4f7 feat(nvim): configure alternate files for Fractal
Configure `*.twig` and `*.config.yml` as alternate files in
Projectionist.
2023-09-05 12:56:24 +01:00
Oliver Davies b6d118ed75 feat(nvim): re-add projectionist.vim
Re-add `projectionist.vim` with a minimal configuration for setting the
alternate file in basic PHP library or TypeScript projects.
2023-09-05 07:52:01 +01:00
Oliver Davies 2c709d3fcd fix(nvim): re-add completion configuration 2023-09-05 07:24:34 +01:00
Oliver Davies f3e2741a6f fix(nvim): add stylua 2023-09-04 11:05:17 +01:00
Oliver Davies 3614d71a2c style(nvim): run stylua 2023-09-04 11:05:13 +01:00
Oliver Davies 62765d25aa fix(nvim): disable key ordering check again 2023-09-04 08:20:33 +01:00
Oliver Davies b66a8bb3d2 chore(nvim): remove lsp-zero 2023-09-04 08:11:43 +01:00
Oliver Davies 864b9ca4a5 feat(nvim): add lua-language-server 2023-09-03 20:50:57 +01:00
Oliver Davies b659f491ea fix(scripts): shebang and exit code 2023-09-02 10:41:00 +01:00
Oliver Davies 4bea747ffa revert(nvim): re-add lualine and noice
This reverts commit db7d2b442f.
2023-09-01 12:11:15 +01:00
Oliver Davies 43a1ad8592 chore(zsh): remove dev and develop
These aren't needed since adding `direnv`.
2023-08-30 13:30:30 +01:00
Oliver Davies 19ed68f3ee feat(zsh): configure Starship prompt
Enable and configure the Starship prompt, removing the `package` module
and using the plain text symbols preset.
2023-08-30 10:34:22 +01:00
Oliver Davies c18948c69e chore(flake): update lockfile 2023-08-30 10:34:05 +01:00
Oliver Davies adcbc6b3de fix(nvim): ignore .direnv from Telescope and Git 2023-08-30 10:34:01 +01:00
Oliver Davies 7c566dbe76 chore(nixos): change font 2023-08-29 23:04:25 +01:00
Oliver Davies 8f9c42ca6b feat(home-manager): enable direnv 2023-08-29 23:04:25 +01:00
Oliver Davies db7d2b442f feat(nvim): re-add lualine and noice 2023-08-29 21:46:02 +01:00
Oliver Davies 4da372c8ce fix(zsh): aliases 2023-08-29 21:45:25 +01:00
Oliver Davies 4b966a4736 chore(zsh): move aliases 2023-08-28 12:18:36 +01:00
Oliver Davies aff7d4d509 feat(nixos): add shotwell 2023-08-27 17:35:23 +01:00
Oliver Davies 90fa8596cb feat(nvim): re-add todo-comments.nvim 2023-08-27 17:34:58 +01:00
Oliver Davies 150e945417 feat(nixos): configure more Firefox settings 2023-08-27 01:57:12 +01:00
Oliver Davies ea02fc6a09 fix(git): remove unused templatedir 2023-08-27 00:31:31 +01:00
Oliver Davies 0444962168 chore(zsh): make nah a zsh alias 2023-08-27 00:30:37 +01:00
Oliver Davies a3ab645a2b feat(git): add an Refs placeholder to commit
...message body

Add an `# Refs:` placeholder to the Git commit message body that can
be replaced manually or using a `prepare-commit-msg` hook.

I have a templated Git hook that will do this within project directories
using an `.issue-id` file.
2023-08-26 22:30:12 +01:00
Oliver Davies a54996b5f0 refactor(nvim): prefix custom Vim plugins
Prefix custom Vim plugins with `customVim` so they are easier to
distinguish from the plugins provided by the Nix store.
2023-08-25 14:53:32 +01:00
Oliver Davies ec1dff4866 feat(nvim): add vim-zoom
Add https://github.com/dhruvasagar/vim-zoom so that I can focus on a
single split within Vim in the same way I can zoom to a tmux pane.
2023-08-24 23:59:01 +01:00
Oliver Davies 27373f79bb chore(update) 2023-08-24 22:40:01 +01:00
Oliver Davies 73d1d765cc chore(nixos): use Fira Code Mono 2023-08-24 22:39:35 +01:00
Oliver Davies 51fbde6ae4 chore(zsh): don't show the ASCII logo 2023-08-22 23:05:30 +01:00
Oliver Davies e53561fb85 fix(scripts): don't stop watching on error 2023-08-22 23:05:06 +01:00
Oliver Davies dab8031935 feat(tmux): add join-pane key bind
Add a key binding for re-joining another window into a pane within the
current window, which is the opposite of the `break-pane` command.

It prompts for the window to join from and then joins it into a vertical
pane within the current window.

This was taken from Chris Toomey's dotfiles. See
553c92a3a1/tmux/tmux.conf (L60)
2023-08-22 16:58:57 +01:00
Oliver Davies 7fecbc9343 feat(scripts): add watch-changes
Based on 2d235c4c71/bin/watch-changes.
2023-08-21 23:17:36 +01:00
Oliver Davies 3824c8f40b feat(home-manager): add okular for previewing PDFs 2023-08-21 22:56:57 +01:00
Oliver Davies cbb337fcd1 feat(nixos): enable printing 2023-08-21 17:40:46 +01:00
Oliver Davies 644225247e chore(update) 2023-08-17 20:23:50 +01:00
Oliver Davies db880e13ad feat(nixos): add wob
Add wob to show an overlay when changing volume and brightness.
2023-08-17 20:23:50 +01:00
Oliver Davies 0634242cad feat(nixos): use IntelOne Mono 2023-08-17 20:23:50 +01:00
Oliver Davies ca7ad57690 fix(nixos): volume keys in swaywm 2023-08-17 20:23:50 +01:00
Oliver Davies a3325b372a feat(nvim): add vim-sort-motion
Re-add a plugin to add a text object and motion to sort lines. This
means I can run commands like `gsip` to sort lines within a paragraph
without needing to select them first.

https://github.com/christoomey/vim-sort-motion
2023-08-16 08:31:53 +01:00