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
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
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
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
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
Oliver Davies
bbf14c5b5f
chore(home-manager): remove vi and vim aliases
2023-08-15 23:17:16 +01:00
Oliver Davies
990a4f62a9
chore(nvim): remove unused plugins
2023-08-14 19:26:53 +01:00
Oliver Davies
7e8fc3c86f
feat(home-manager): add local directories to PATH
...
This adds local `vendor/bin` and `node_modules/.bin` directories to my
`PATH` so I can more quickly and easily run binaries within a project
from within those directories without needing to include the path.
2023-08-14 17:49:20 +01:00
Oliver Davies
b63b84e2f1
feat(nvim): add undotree
2023-08-14 00:23:46 +01:00
Oliver Davies
577054a9e5
feat(zsh): show ASCII logo in a new terminal
2023-08-12 19:53:07 +01:00
Oliver Davies
b7dca115ae
feat(nixos): add via and vial for keyboard
...
...configuration
2023-08-11 00:29:01 +01:00
Oliver Davies
227dff7fd1
fix(wsl2): use shared Home Manager configuration
2023-08-09 22:37:03 +01:00
Oliver Davies
3b890d9ee5
refactor(flake): split NixOS Home Manager configs
...
Create a NixOS-specific Home Manager configuration and a reusable shared
configuration that can be imported and also used by other configurations,
such as WSL2.
2023-08-08 22:35:23 +01:00
Oliver Davies
482a74a5e0
fix(wsl2): inherits, import paths, unfree packages
2023-08-08 13:43:44 +01:00
Oliver Davies
eac470013b
refactor(flake): re-organise systems and modules
2023-08-08 13:24:29 +01:00
Oliver Davies
ddf1ddb1b2
refactor(nixos): define devices by label
2023-08-07 21:42:17 +01:00
Oliver Davies
fb30ec5168
refactor(wsl2): move file
2023-08-07 18:28:04 +01:00
Oliver Davies
015b617ba1
chore(nixos): use JetBrains Mono
2023-08-05 01:36:00 +01:00
Oliver Davies
b68ad75ce3
build(flake): switch to stable by default
...
Switch to using the stable version of nixpkgs but still use unstable
where it's needed.
2023-08-04 22:54:32 +01:00
Oliver Davies
8f4aa7bbfc
chore: remove apollo configuration
...
Remove the configuraton for my `apollo` laptop as I don't use it
regularly and I want to simplify my configuration before I refactor it.
2023-08-04 21:09:47 +01:00
Oliver Davies
c076c756e6
refactor(nixos): remove unused overlay
2023-07-30 22:57:27 +01:00
Oliver Davies
c0243ed7ef
feat(nixos): update kernel packages
2023-07-18 20:24:52 +01:00
Oliver Davies
ebf27538d6
feat(nixos): use Firefox Developer Edition
2023-07-18 20:23:55 +01:00
Oliver Davies
d486ace596
feat(nixos): add and use IntelOne Mono
2023-07-07 09:22:50 +01:00
Oliver Davies
db8bac91e7
feat(sway): set as the default graphical session
2023-06-24 10:31:51 +01:00
Oliver Davies
a7c7fb6989
feat(nixos): add wl-clipboard
2023-06-23 22:34:10 +01:00
Oliver Davies
43c720d245
chore(alacritty): use IBM Plex Mono
2023-06-23 22:33:42 +01:00
Oliver Davies
8997e76108
fix(nixos): enable gvfs
...
This is needed by thunar-volman.
2023-06-22 08:43:01 +01:00
Oliver Davies
3547fe2c2b
feat: add pass
- a CLI password manager
2023-06-22 07:55:59 +01:00
Oliver Davies
1af1dc3fb7
feat(nixos): faster reboots
2023-06-15 19:33:41 +01:00
Oliver Davies
94b045c01f
style(fmt)
2023-06-13 19:51:56 +01:00
Oliver Davies
e2a8f86899
refactor(sway): manage with Home Manager
2023-06-13 12:33:34 +01:00