Commit graph

964 commits

Author SHA1 Message Date
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
Daniel Siepmann 82c9e9579b
Disable some rarely used packages
Keep them commented out, to easily find the package name for ad hoc
installation.
2023-07-31 09:22:06 +02:00
Daniel Siepmann 75cee8d084
Exclude ddev folders 2023-07-27 13:08:43 +02:00
Daniel Siepmann cec77139e3
Add new project with project specific TYPO3 settings 2023-07-27 13:08:38 +02:00
Daniel Siepmann 628015b676
Exclude more folders from phpactor indexing 2023-07-19 07:57:03 +02:00
Daniel Siepmann b3305cd87c
Improve scaling of display at office 2023-07-19 07:55:46 +02:00
Daniel Siepmann 5e2eac7046
Keep TYPO3 project specific database settings
Merge with existing array, that way only environment specific settings
are replaced. But stuff like init commands are kept, which are specific
to a project.
2023-07-19 07:54:24 +02:00
Daniel Siepmann 08bc0ee761
Migrate different project related folders into one
I now already have nix shells as well as compose.yaml files for
projects. Those were split and are now migrated into a common folder.
That should keep main directory clean and self document that those files
relate to projects, not home manager or systems.
2023-07-19 07:53:46 +02:00
Daniel Siepmann 4e57b535bb
Finish reuter migration to podman
The project used docker to execute functional tests with database in
memory.
This is now finally migrated to podman, reducing the execution time from
7 to 2 minutes again.
2023-07-19 07:40:24 +02:00
Daniel Siepmann c29a6690d9
Cleanup neovim match 2023-07-17 07:56:11 +02:00
Daniel Siepmann e584b454ef
Keep virtual text of lsp diagnostics 2023-07-11 09:02:20 +02:00
Daniel Siepmann 2e54bd8cc0
Improve qutebrowser setup for different setups 2023-07-11 09:02:11 +02:00
Daniel Siepmann 5c074b36ef
Update hash 2023-07-11 09:01:29 +02:00
Daniel Siepmann 6d817e6078
Disable spotdl
It is an unstable package constantly failing to download.
And I don't use it often anyway, I keep it commented out as reference.
2023-07-11 09:01:28 +02:00
Daniel Siepmann 91711e7b46
Update customer setups 2023-07-11 09:01:28 +02:00
Daniel Siepmann 0777b4747f
Improve firefox config 2023-07-06 13:55:18 +02:00
Daniel Siepmann 6736d4e9e3
Remove outdated nodejs versions from allow list 2023-07-05 07:52:00 +02:00
Daniel Siepmann b5298c589c
Fix wrong xrandr call for office
The scale has to be part of the office display output.
It was part of the builtin output.
2023-07-05 07:51:22 +02:00
Daniel Siepmann a0f1ec4400
Update project specific files 2023-07-03 07:52:31 +02:00
Daniel Siepmann 515db19d2c
Ignore further node files from backup 2023-07-03 07:51:38 +02:00
Daniel Siepmann 567179eeaa
Adjust config to follow zsh enableSyntaxHighlighting renaming 2023-07-03 07:22:30 +02:00
Daniel Siepmann 8ddd36ce48
Add qutebrowser
I didn't use it for a while and start fresh.
Let's see where this goes.
2023-06-26 14:38:19 +02:00
Daniel Siepmann 9cbfd8583a
Adjust i3 display modes for work in office 2023-06-21 07:18:35 +02:00
Daniel Siepmann 83b7870e19
Improve ale config
Use new diagnostic feature.
Do not configure phpstan path, this is already properly configured
upstream.
2023-06-19 10:53:29 +02:00
Daniel Siepmann 8abf04faa2
Migrate to upstream phpactor
This got merged upstream and I'll use the official version now.
2023-06-19 10:50:24 +02:00
Daniel Siepmann 23d3d8f576
Improve khal notification
Ensure all dependencies are declared.
Also update calendar to reflect latest module changes
2023-06-16 06:18:07 +02:00
Daniel Siepmann 3b1bf7f698
Migrate from docker to podman (compose)
As this is rootless, daemonless and can be maintained via home manager
instead of system.
2023-06-14 07:34:06 +02:00