Oliver Davies
596ba4ac14
build: replace justfile with run
2023-10-07 00:15:30 +01:00
Oliver Davies
7b86cafc22
stable
2023-10-03 23:35:26 +01:00
Oliver Davies
3057cde69e
revert(flake): update lockfile
...
This reverts commit 5b34d6d724
.
2023-10-03 21:58:59 +01:00
Oliver Davies
3ea182c94b
chore(nixos): re-organise packages
...
Remove packages that are either no longer used or have been moved into
per-project flakes that are used with direnv.
2023-10-03 18:44:31 +01:00
Oliver Davies
b806a00ac0
build(deps): remove teams
...
Remove Microsoft Teams for Linux as it's no longer supported upstream.
2023-10-03 18:28:56 +01:00
Oliver Davies
80d9347a73
chore(nvim): remove drupalclass
...
This has been replaced by generation tools within Phpactor.
2023-10-03 18:19:01 +01:00
Oliver Davies
5763900b5f
fix(scripts): vendor files causing reloads
...
Ignore the `vendor` directory and some others as it was causing the
script to reload when it wasn't expected.
Whilst I'd expect it to be ignored if I specified the path to look at as
something like `web/modules/custom`, but it still seems to trigger the
command and it seems a lot more stable since adding this.
2023-10-03 18:14:37 +01:00
Oliver Davies
5b34d6d724
chore(flake): update lockfile
2023-10-03 18:14:26 +01:00
Oliver Davies
57db76b1e5
refactor(nvim): replace null-ls with none-ls
2023-10-01 21:55:38 +01:00
Oliver Davies
bf21d7de56
feat(nvim): use neoterm with vim-test
2023-09-29 21:31:12 +01:00
Oliver Davies
ec9cc45572
feat(nvim): re-add lualine-lsp-progress
2023-09-28 07:22:58 +01:00
Oliver Davies
badbf0bac3
feat(nixos): enable auto-cpufreq
...
See https://github.com/AdnanHodzic/auto-cpufreq
I've used `auto-cpufreq --stats` to do some initial monitoring.
Further configuration can be added with `services.auto-cpufreq.settings`,
if needed.
2023-09-28 00:53:51 +01:00
Oliver Davies
5ef648b6af
style: stylua
2023-09-27 21:03:47 +01:00
Oliver Davies
09981552c6
style: nix fmt
2023-09-27 21:02:06 +01:00
Oliver Davies
82122ee03b
feat(nvim): add lualine
2023-09-27 21:01:28 +01:00
Oliver Davies
e0ba018af8
fix(nvim): enable terraformls
2023-09-27 19:36:44 +01:00
Oliver Davies
27f8980dfa
feat(tmux): create a session for my website
...
Bind a shortcut key to create and switch to a session for my personal
website.
2023-09-27 00:16:01 +01:00
Oliver Davies
cf54a4d52e
chore(flake): update lockfile
2023-09-26 21:08:11 +01:00
Oliver Davies
ee4733438a
build(deps): add go and gopls
2023-09-22 07:45:29 +01:00
Oliver Davies
cb700d775a
fix(nvim): revert phpactor to 23.05
...
This was erroring when trying to create a new PHP class but works when
reverted back to 23.05.
2023-09-19 21:01:35 +01:00
Oliver Davies
028c69bccf
chore(nvim): remove unused configuration
2023-09-18 22:49:55 +01:00
Oliver Davies
ec344fd4f5
refactor: remove nodemon
...
Removing this as I mostly use `inotifywait` via the `watch-changes`
script instead of nodemon.
2023-09-18 22:42:41 +01:00
Oliver Davies
c29c49d5dd
feat(nixos): add IntelOneMono font
2023-09-18 22:35:29 +01:00
Oliver Davies
f93c1ba9c7
unstable by default
...
Switch back to using `nixpkgs-unstable` by default and using
`nixpkgs-2305` when needed, such as for `exa` which is no longer
maintained and available.
In a future commit, I'll switch to `eza` which is the recommended alternative.
https://github.com/eza-community/eza
2023-09-17 23:40:32 +01:00
Oliver Davies
cafd6cdf7d
chore(flake): update lockfile
2023-09-16 20:33:15 +01:00
Oliver Davies
2db29db470
chore(nvim): upgrade refactoring-nvim
2023-09-16 20:32:46 +01:00
Oliver Davies
2b806913c5
chore(flake): update lockfile
2023-09-15 19:22:43 +01:00
Oliver Davies
5864c63cf3
feat(nvim): add friendly-snippets
2023-09-15 19:20:40 +01:00
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