Commit graph

966 commits

Author SHA1 Message Date
Daniel Siepmann 4e772197b5
Remove delta chat again 2023-12-14 15:25:29 +01:00
Daniel Siepmann 59a0d9eb47
Disable Firefox creditcard autofill 2023-12-08 10:34:08 +01:00
Daniel Siepmann 9b52d082aa
Enable new cookie banner block feature of Firefox 2023-12-08 10:33:55 +01:00
Daniel Siepmann 778f600713
Document how to combine video files via ffmpeg 2023-12-07 19:22:54 +01:00
Daniel Siepmann e1b5c00d63
Update Firefox user css 2023-12-07 19:22:38 +01:00
Daniel Siepmann 1099cdd544
Add comment to document how to set up xrandr for presentations 2023-12-07 19:22:15 +01:00
Daniel Siepmann 8aa487516b
Allow to easily comment and uncomment nix code in vim 2023-12-07 19:21:53 +01:00
Daniel Siepmann d298cb4746
Add commented out slow query log
To easily enable for debugging purposes.
2023-12-07 19:21:25 +01:00
Daniel Siepmann a62bf4815e
Ensure kagi.com is used as default search engine within Firefox 2023-12-07 16:34:55 +01:00
Daniel Siepmann bd59e551bd
Integrate TypoScript linter into vim ale 2023-12-07 14:23:18 +01:00
Daniel Siepmann 4bd2bc8332
Update and improve cache flushing of TYPO3 2023-11-30 08:22:23 +01:00
Daniel Siepmann dc8e02c1df
Cleanup PHP Snippets 2023-11-30 08:20:59 +01:00
Daniel Siepmann 8244983c2d
Add deltachat desktop
deltachat allows to chat by using an email, no central service or
infrastructure.
Messages between users are crypted. Messages to others are normal
emails.
2023-11-30 08:19:17 +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 a271005b98
Enable new Firefox 120 privacy settings 2023-11-29 10:47:20 +01:00
Daniel Siepmann 6c93c36013
Allow Firefox to use configured default search engine 2023-11-29 10:46:22 +01:00
Daniel Siepmann 0193038d2d
Revert "Disable khal for now"
Solved, see: https://github.com/NixOS/nixpkgs/issues/263504#event-11003497396

This reverts commit c06e919d33.
2023-11-27 07:51:13 +01:00
Daniel Siepmann 2554732f57
Ensure to use the actual zsh?!
I don't know why this was causing issues.
But some tmux plugins were not compatible with the zsh? That change
fixed it …
2023-11-16 16:07:30 +01:00
Daniel Siepmann 3d2a775d81
Adjust snippets for PHP and xliff 2023-11-16 16:07:25 +01:00
Daniel Siepmann 7a0068bd9f
Remove libretranslate
It only translates a single word, no list of possible translations.
It is also slow and huge.

I'll keep using deepl for now.
2023-11-13 21:05:20 +01:00
Daniel Siepmann c06e919d33
Disable khal for now
Due to: https://github.com/NixOS/nixpkgs/issues/263504
Also see: https://github.com/NixOS/nixpkgs/pull/263535

Try to use thunderbird reminders in between.
2023-11-13 08:09:08 +01:00
Daniel Siepmann 6e280bc9c5
Improve neovim configuration 2023-11-13 08:07:51 +01:00
Daniel Siepmann 28cb57cdba
Update project specific files 2023-11-13 08:07:30 +01:00
Daniel Siepmann 919b390201
Adjust Firefox user chrome css
The markup has changed, the css is adjusted.
2023-11-13 08:06:42 +01:00
Daniel Siepmann 4e00480a8c
Fix broken neovim snippets 2023-10-31 14:11:04 +01:00
Daniel Siepmann 64fc2f27cd
Update Neovim plugin test to work with phpunit attributes 2023-10-31 11:26:45 +01:00
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