Commit graph

990 commits

Author SHA1 Message Date
Daniel Siepmann db69b0d781
Improve TYPO3 logging
Always add URL to all log entries.
Remove one time used processor.
Always log warnings and deprecations (with URLs).
2023-10-30 15:07:40 +01:00
Daniel Siepmann 063fd1d98f
Further migrate Neovim to Treesitter
Update colorscheme with better support.
Move snippets to be used.

Also extend ignore for RG integration
2023-10-30 15:06:57 +01:00
Daniel Siepmann d3497cf06b
Use html Treesitter also for fluid templates 2023-10-23 10:03:00 +02:00
Daniel Siepmann ecd64cd120
Update Neovim colorscheme HTML support for Treesitter 2023-10-23 10:02:59 +02:00
Daniel Siepmann b8b3a29ac6
Revert "Pin chromium to older cached version"
As chromium now can be downloaded from cache again.

This reverts commit 513bdf334f.
2023-10-23 09:00:37 +02:00
Daniel Siepmann cf3f97cde2
Switch host from raspberry pi to libreelec
As I've changed the OS on my pi and this is the new hostname
2023-10-22 15:00:44 +02:00
Daniel Siepmann 80a6184ad1
Use proper Nix versions in purple plugins 2023-10-19 19:55:46 +02:00
Daniel Siepmann fe632a3a0b
Use proper nix versions for Neovim plugins
I used the commit hash or tag as version.
But Nix needs a date or version number without v prefix.
I adjust the plugins, update them and also remove the sha prefix.
2023-10-19 19:49:15 +02:00
Daniel Siepmann 6c7a9252de
Add GitHub as search engine to Firefox 2023-10-19 19:34:02 +02:00
Daniel Siepmann 513bdf334f
Pin chromium to older cached version
As workaround as chromium is not available as cached version for current
nixpkgs-unstable.
That way everything else can be updated while still downloading instead
of compiling chromium.
2023-10-19 19:31:23 +02:00
Daniel Siepmann d473d772b6
Add Treesitter to Neovim (again)
Let's give it another try.
2023-10-19 09:40:18 +02:00
Daniel Siepmann b3ad833ac1
Switch from ag(silver sarcher) to rg
It looks like the more up to date and established tool.
It looks like a faster tool.
It can be used by telescope neovim plugin to find files.
It supports an .ignore file in combination with .gitignore for more fine
grained setup.
2023-10-19 07:53:14 +02:00
Daniel Siepmann 915e087f99
Remove unused chromium wrapper 2023-10-19 07:53:13 +02:00
Daniel Siepmann b72441d4bb
Remove customer specific shell into customer project 2023-10-18 15:15:29 +02:00
Daniel Siepmann 47f1a2a9e8
Remove LSP for lua
As I don't write any lua
2023-10-18 15:15:28 +02:00
Daniel Siepmann 4ce11817ff
Switch back from fzf to telescope within neovim
As the fzf plugin was slow on large code bases.

This reverts commit cee10964f0.
2023-10-18 15:15:19 +02:00
Daniel Siepmann 652dbf9e39
Remove nix store optimise
As this only frees up a little amount of memory.
2023-10-18 12:08:12 +02:00
Daniel Siepmann 480c26db7a
Remove qutebrowser
As I'm still using Firefox and am happy with it.
I don't invest time to switch.
2023-10-16 07:29:05 +02:00
Daniel Siepmann 96c9150e4a
Add reuter VPN 2023-10-11 09:24:43 +02:00
Daniel Siepmann 791eca8ee8
Add local libretranslate
Very basic via systemd, no module found or created.
2023-10-10 08:47:03 +02:00
Daniel Siepmann cdeeb0f769
Replace lib.types.string
This got deprecated, see: https://github.com/NixOS/nixpkgs/pull/66346
2023-10-08 16:47:21 +02:00
Daniel Siepmann 0e3b287016
Update project specific shells 2023-10-05 16:47:06 +02:00
Daniel Siepmann 882bdbee2e
Configure "," as word delimiter in terminal
This is used by tig as separator for tags, branches, etc.
2023-10-05 16:46:44 +02:00
Daniel Siepmann 6dc5cc9f1a
Add package providing notify-send
AS I often add this after long running scripts.
2023-10-04 20:06:33 +02:00
Daniel Siepmann 50096b3e81
Increase minimum time of videos to use in handbrake 2023-10-04 20:06:08 +02:00
Daniel Siepmann 6f63a01e22
Add tmdb search to Firefox 2023-10-04 20:05:38 +02:00
Daniel Siepmann 9f63ab8ab9
Switch from buildVimPluginFrom2Nix to buildVimPlugin
As this got renamed and would break some day.
2023-10-02 09:56:37 +02:00
Daniel Siepmann cd2f640f2b
Add www. variant for domain 2023-09-26 14:29:46 +02:00
Daniel Siepmann 99c57650f7
Remove signal desktop
As I no longer use signal
2023-09-25 07:58:20 +02:00
Daniel Siepmann f2a643e099
Add kagi search engine to Firefox
https://kagi.com/
2023-09-25 07:57:17 +02:00
Daniel Siepmann e2a665b45a
Replace mkShell with mkShellNoCC 2023-09-25 07:53:35 +02:00
Daniel Siepmann 3e5eb09225
Document why I allow unfree software
Maybe there is a way to only allow specific software in order to get a
notice if there is an unwanted software.
2023-09-21 18:20:06 +02:00
Daniel Siepmann a8c22a42f1
Looks like virtualisation podman is not needed? 2023-09-21 18:19:52 +02:00
Daniel Siepmann c5f2095d14
Disable printing
As I didn't print anything for years and don't even have a printer.
2023-09-21 18:19:30 +02:00
Daniel Siepmann 5999bebc53
Ensure unzip is installed
As one often gets .zip files from websites or other humans.
2023-09-21 18:19:12 +02:00
Daniel Siepmann 071cbc036a
Document how to manually change the last executed test for neovim plugin 2023-09-21 07:47:16 +02:00
Daniel Siepmann 1c1baf7552
Allow to prevent TYPO3 auto login via Cookie
This change allows to set a Cookie with name `das_prevent_login` and
truish value like `1` to prevent auto login.
This can be useful when backend users need to be simulated (switched).
2023-09-21 07:45:47 +02:00
Daniel Siepmann 8338341c4f
Update slack
Use newest commit and newest version of patch.
2023-09-19 13:23:38 +02:00
Daniel Siepmann 1e5c2c7122
Remove mycli patch after merged upstream 2023-09-19 08:07:34 +02:00
Daniel Siepmann dd8558d420
Remove no longer secure nodejs version 2023-08-31 08:00:31 +02:00
Daniel Siepmann 9c356f46b4
Do not fail grep if khal does not deliver anything
This keeps the systemd service green.
2023-08-29 15:08:22 +02:00
Daniel Siepmann bd3d3fd9f1
Update wrong file name 2023-08-21 09:21:15 +02:00
Daniel Siepmann c3fb61e65a
Replace registry auth
Podman will use this file as fallback for authentication
2023-08-21 09:20:25 +02:00
Daniel Siepmann f41c675e11
Improve khal notification
Remove holidays and "today" line from output.
2023-08-21 09:20:00 +02:00
Daniel Siepmann 20683e8b71
Ignore birthdays from khal notifications 2023-08-21 08:16:55 +02:00
Daniel Siepmann 467ce2fdde
Add custom zcat wrapper which adds an ETA progress
Useful when importing large database dumps.
2023-08-17 11:26:41 +02:00
Daniel Siepmann c5c9648033
Add customer ssh 2023-08-15 12:01:00 +02:00
Daniel Siepmann 30c4bfac76
Finally fix PHP snippet for Services.php
I didn't find the motivation until now.
2023-08-10 15:23:20 +02:00
Daniel Siepmann 066c2f7af7
Update project setups 2023-08-10 07:13:18 +02:00
Daniel Siepmann fbf5421518
Update global gitignore
I no longer use Makefile, so that's removed.
But phpactor now creates a file I want to ignore.
2023-08-10 07:13:17 +02:00