Commit graph

16 commits

Author SHA1 Message Date
Daniel Siepmann 62ba7d1d6b
Update project specific stuff 2024-05-13 20:35:56 +02:00
Daniel Siepmann 89aaca0faa
Extend project specific parts 2024-04-18 10:06:39 +02:00
Daniel Siepmann 5fe448b90a
Set up new sac project
I need to maintain the docker-compose environment as I should update the
hosting environment and we wanna deploy the docker image.

The ecosystem is using docker, I use podman.
I therefore need to configure docker hub as look up registry for podman
for unqualified images.

There doesn't seem to be a `toTOML` nixpkgs method. That's why I write
the contents of the file myself.
2024-04-11 10:21:43 +02:00
Daniel Siepmann c951e6143f
Update customer and project specifics 2024-02-28 08:38:04 +01:00
Daniel Siepmann aa3374fba2
Add setup to execute tests of TYPO3 testing framework 2024-02-15 08:57:08 +01:00
Daniel Siepmann e67cceae3f
Add nix shell for content blocks 2024-01-10 11:50:43 +01:00
Daniel Siepmann c07db5167f
Remove PHPUnit testdox output format
As this will hide errors which is not helpful during development.
2023-11-29 10:48:31 +01:00
Daniel Siepmann 28cb57cdba
Update project specific files 2023-11-13 08:07:30 +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 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 b72441d4bb
Remove customer specific shell into customer project 2023-10-18 15:15:29 +02:00
Daniel Siepmann 0e3b287016
Update project specific shells 2023-10-05 16:47:06 +02:00
Daniel Siepmann e2a665b45a
Replace mkShell with mkShellNoCC 2023-09-25 07:53:35 +02:00
Daniel Siepmann bd3d3fd9f1
Update wrong file name 2023-08-21 09:21:15 +02:00
Daniel Siepmann 066c2f7af7
Update project setups 2023-08-10 07:13:18 +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