Commit graph

542 commits

Author SHA1 Message Date
Daniel Siepmann 290bbd19f2
Add TYPO3 ELTs credentials for composer 2023-01-31 14:03:14 +01:00
Daniel Siepmann 65a8f18664
Use nicer color for jq booleans 2023-01-26 15:02:36 +01:00
Daniel Siepmann fe31605b22
Remove nixos calendar 2023-01-25 10:06:39 +01:00
Daniel Siepmann 958f73b6a3
Disable handbrake due to open issue 2023-01-25 07:52:22 +01:00
Daniel Siepmann 174bc4d446
Streamline custom project file name and add instance path 2023-01-18 16:29:04 +01:00
Daniel Siepmann ec12316dc2
Add dmenu script to open customer issue in their issue tracker 2023-01-17 13:07:08 +01:00
Daniel Siepmann 22a8960b34
Revert "Add network manager applet via option"
This reverts commit c299c3d0ef.

Cause this didn't have access to the systems VPN setups.
Need to find a way to manage them on user level.
2023-01-16 07:45:04 +01:00
Daniel Siepmann 03bf498633
Update composer auth for private customer registry
After revoking and re adding token.
2023-01-11 13:22:16 +01:00
Daniel Siepmann c299c3d0ef
Add network manager applet via option
Do not manually ad the manager
2023-01-10 15:27:04 +01:00
Daniel Siepmann 32a98da066
Remove manual numlock integration
It is already setup via xsession.numlock.enable = true;
2023-01-10 15:26:25 +01:00
Daniel Siepmann b03991f654
Enable nixpkgs release check
Let's see whether it will output a warning somewhen.
2023-01-10 14:41:57 +01:00
Daniel Siepmann 06c725f819
Add custom folder to PATH
That way I'm still free to place whatever I like in that folder to make
it available.
2023-01-10 14:41:34 +01:00
Daniel Siepmann 5f3fb564ef
Add services snippets for php 2023-01-10 08:30:11 +01:00
Daniel Siepmann 0d2b4f1e7f
Adjust custom-project tmux starter script
Respect new folder structure for reuter.
Move variable initialization into section. Do not initialize if we
already can attach to a session.

Remove legacy database handling. Instead fetch customer name from file
path and concatenate project and customer to database name. This also
supports more deeply nested folder structure within customer folder.
2023-01-10 08:28:29 +01:00
Daniel Siepmann 2e02b5abfe
Migrate/streamline customerProject bash script
Use writeShellApplication and adjust code to pass shellcheck.
Remove unnecessary overhead after migrating to writeShellApplication.
This involves binary paths as they are imported.

Also rename to custom-project to follow my naming scheme for custom
scripts.
2023-01-08 15:18:23 +01:00
Daniel Siepmann ece583d90d
Add TYPO3 documentation rendering alias 2023-01-05 08:57:28 +01:00
Daniel Siepmann c03eb3d353
Add slack desktop file using chromium
Due to the new forced and hyped huddle feature.
This is not working with firefox …

I also streamline the definition of all the browser desktop files.
2023-01-04 15:46:11 +01:00
Daniel Siepmann 75fd0a2896
Remove none available zsh completion 2023-01-04 15:45:52 +01:00
Daniel Siepmann e14fd6e4ed
Revert modifies nix channel for home manager
The bugfix got merged, no need to use the bugfix branch anymore
2023-01-04 09:16:59 +01:00
Daniel Siepmann 3aec964506
Adjust diff so fancy to my preferences 2023-01-03 15:23:43 +01:00
Daniel Siepmann 682258a24e
Add xdebug for PHP 8.2 2023-01-03 15:23:28 +01:00
Daniel Siepmann 25528e0133
Use home manager branch as channel
As long as https://github.com/nix-community/home-manager/pull/3553 is
not merged yet, fixing https://github.com/nix-community/home-manager/issues/3551
2023-01-03 10:03:08 +01:00
Daniel Siepmann 6867dcb796
Adjust zsh completion
Accordingly to https://thevaluable.dev/zsh-completion-guide-examples/
2023-01-03 08:43:05 +01:00
Daniel Siepmann 4ae85c6ef4
Properly handle zsh config
Move nix specifics to nix file.
Remove nix specific escaping from zshrc file.
Add some comments to zshrc file.
2023-01-03 08:06:26 +01:00
Daniel Siepmann abe5697fd0
Replace gitea sub domain with git subdomain
As I've renamed the domain. It no longer uses gitea but a soft fork.
2023-01-03 07:59:52 +01:00
Daniel Siepmann 69ce2af88d
Add further text objects to zsh
From: https://thevaluable.dev/zsh-install-configure-mouseless/
2023-01-03 07:59:00 +01:00
Daniel Siepmann 65bb378894
Allow to navigate zsh autocompletion with vim keys
From: https://thevaluable.dev/zsh-install-configure-mouseless/
2023-01-03 07:58:49 +01:00
Daniel Siepmann 05e0d67e1a
Move zshrc extra to own file
This allows for proper syntax highlighting

This also prevents the need for escaping
2023-01-03 07:57:46 +01:00
Daniel Siepmann 6cf94d47ab
Enable diff so fancy for now
Give it a try and see how it works.
2023-01-02 16:54:16 +01:00
Daniel Siepmann 1fbb523769
Adjust khal script to new behaviour 2023-01-02 08:17:35 +01:00
Daniel Siepmann 60d1aa5d83
Adapt fluid template file snippet
Follow my friends structure.
2022-12-14 11:47:50 +01:00
Daniel Siepmann 988cd294c4
Add packagist to firefox search engines 2022-12-14 08:27:48 +01:00
Daniel Siepmann 4fd9bcaf75
Properly handle khal notification exit status 2022-12-13 09:34:38 +01:00
Daniel Siepmann 6927395384
Revert git noprefix
As some libraries expect the output. They will break.
2022-12-13 09:34:37 +01:00
Daniel Siepmann 9164b4002c
Optimise git
Do not show file prefix, this removes a/ and b/ prefix from file paths.
This eases copying file names from diff output.

Also adjust hot git handles whitespace to improve diffing, especially
for one customer where
`git diff -U0 --word-diff-regex='[^[:space:]]' HEAD~1` is possible now.
2022-12-13 08:43:21 +01:00
Daniel Siepmann de935f101a
Pin khal to last working version
khal doesn't build anymore, see: https://github.com/NixOS/nixpkgs/issues/205014
That's why I've pinned it to last working version, see: https://nixos.wiki/wiki/FAQ/Pinning_Nixpkgs
2022-12-12 08:07:50 +01:00
Daniel Siepmann c2efd0a5b1
Add holidays to khal 2022-12-08 09:17:58 +01:00
Daniel Siepmann 6b4375e0a2
Make TYPO3 config compatible with v12 2022-12-08 09:11:19 +01:00
Daniel Siepmann 2fcabe6024
No longer clear typoscript cache 2022-12-08 09:11:00 +01:00
Daniel Siepmann 36fe8f52f6
Increase time until keepass db locks 2022-12-08 09:10:47 +01:00
Daniel Siepmann db9101cdc1
Add holiday calendar
Also fix typo
2022-12-08 09:10:28 +01:00
Daniel Siepmann ddadcdc493
Make code compatible with TYPO3 v12 2022-12-05 19:33:21 +01:00
Daniel Siepmann c034a3cb2b
Remove .config/chromium from backup
I use chromium for microsoft teams, nothing I really need to backup.
2022-12-05 07:51:27 +01:00
Daniel Siepmann 53222c4552
Remove nixos calendar from khal 2022-12-01 14:04:54 +01:00
Daniel Siepmann 5f60a46770
Add new TYPO3 log processor 2022-12-01 09:16:33 +01:00
Daniel Siepmann 20f25e1a1e
Update vdebug neovim plugin to current master
As there seem to be some incompatibilities with newer xdebug versions.
The current master seems to work fine.
2022-12-01 09:16:05 +01:00
Daniel Siepmann 84f9d32366
Use native signal desktop app again
As the pidgin integration is failing.
I no longer can register pidgin with my signal app.
2022-11-23 10:37:01 +01:00
Daniel Siepmann 1954635002
Make terminal and keepass available as scratchpad in i3 2022-11-21 21:24:20 +01:00
Daniel Siepmann 7428d54919
Remove unused i3 keybindings 2022-11-21 21:24:05 +01:00
Daniel Siepmann c7f32674e5
Make backlight short cut compatible
Do not show current value. It can't be read without further modification
and I don't care enough.
2022-11-18 20:10:22 +01:00
Daniel Siepmann b6f52946e5
Once more try to include nvd in system update 2022-11-11 14:08:42 +01:00
Daniel Siepmann 3919c7abb6
Add nixos update command 2022-11-11 14:08:34 +01:00
Daniel Siepmann bc33856c74
Migrate setup to new ctags version
The new version already has support for xml and yaml.
2022-11-09 08:20:58 +01:00
Daniel Siepmann 1d712c1ecc
Remove legacy todo 2022-11-07 07:57:43 +01:00
Daniel Siepmann e45ea0c6d6
Remove askpass for ssh, use cli instead 2022-11-04 11:17:43 +01:00
Daniel Siepmann fc197aedea
Always sign git commits on both devices
As I've transferred my gpg key
2022-11-04 10:25:51 +01:00
Daniel Siepmann e5fed99efa
Support sound keys on both devices 2022-11-04 10:22:06 +01:00
Daniel Siepmann 299043951d
Add .local/share to backup 2022-11-04 10:21:46 +01:00
Daniel Siepmann a13bc845db Allow switching backlight on hikari 2022-11-03 17:02:05 +01:00
Daniel Siepmann 87408de6b0 Temporarily disable keychain and pgp signing on hikari 2022-11-03 17:01:41 +01:00
Daniel Siepmann ca1f44253a
Do not configure Xauthority file
This will break on NixOS by default.
2022-11-03 09:33:23 +01:00
Daniel Siepmann 6d76ce80a6
First hikari specific configuration
Add a way to detect the current system.
2022-11-03 09:33:15 +01:00
Daniel Siepmann 54622867ba
Use keepassxc to provide passphrase for borg 2022-11-03 09:07:04 +01:00
Daniel Siepmann 8192152637
Hide none usefull info from toggl website 2022-11-03 08:59:02 +01:00
Daniel Siepmann 66b1454ab1
Keep .config as part of backup 2022-11-03 08:58:49 +01:00
Daniel Siepmann 86991939c7
Make dmenu scripts vertical
Recent dmenu update changed spacing which is irritating.
Streamline all scripts to use vertical output.
2022-10-31 13:48:02 +01:00
Daniel Siepmann 359ee0f74d
Revert "Replace vim NERDtree with nvim-tree-lua"
This reverts commit 7e844adde2.

Keep NERDTree instead of nvim tree lua.
Mostly because it uses very small inputs for file paths.
I couldn't find an easy way to move files.
It opens files with absolute path instead of relative to cwd which will
also influence my snippets.
2022-10-31 09:21:17 +01:00
Daniel Siepmann 87f3310ae3
Keep netrw as it provides features like gx to open urls and files 2022-10-27 14:39:38 +02:00
Daniel Siepmann 7d6af0c5ce
Add custom TYPO3 logging processor to add URIs to log entries 2022-10-27 14:25:44 +02:00
Daniel Siepmann 572b8bca85
Hide unwanted HTML elements within toggl 2022-10-27 10:11:13 +02:00
Daniel Siepmann cb28fd3d4e
Add nixos org public calendar 2022-10-27 08:23:21 +02:00
Daniel Siepmann 1ca29e591f
Fix bug in one customer TYPO3 project
3rd Party code expects the port key to exist
2022-10-27 08:23:13 +02:00
Daniel Siepmann 56c4e30389
Remove new tabmanager from firefox
See: https://social.dev-wiki.de/@Lamdarer/109235020667649579
2022-10-27 07:46:40 +02:00
Daniel Siepmann b4d58399dc
Add SQL search to firefox 2022-10-26 11:45:43 +02:00
Daniel Siepmann 6ab89ae7a9
Configure search engines of firefox through new module options 2022-10-25 09:06:26 +02:00
Daniel Siepmann 49768e37ba
Disable notification of keepass
I don't think this is useful, but it indeed is disrupting.
2022-10-25 08:44:11 +02:00
Daniel Siepmann db9131aff6
Remove eBay search from firefox 2022-10-20 17:24:18 +02:00
Daniel Siepmann 1d37effb1d
Remove unused packages 2022-10-20 13:50:17 +02:00
Daniel Siepmann 7517103501
Enable reStructuredText ctags support 2022-10-20 10:31:26 +02:00
Daniel Siepmann 2e6520acf9
Downgrade phpactor
As newer versions seem to be to slow for me
2022-10-18 07:45:47 +02:00
Daniel Siepmann f02495031d
Remove unneeded and removed clipit 2022-10-18 07:45:40 +02:00
Daniel Siepmann 09de5732fa
Remove nautilus
It doesn't pick the expected dark theme.
I guess I don't need a file manager anyway?
Still I add a list of possible alternatives
2022-10-18 07:45:15 +02:00
Daniel Siepmann 0fb2dcf6cc
Hide dotfiles in neovim tree by default 2022-10-17 15:48:11 +02:00
Daniel Siepmann f1c34445d5
Add fes project specifics for vim 2022-10-17 09:51:16 +02:00
Daniel Siepmann 005fb3cb96
Remove commented out option
extended_properties are send by vdebug out of the box, no need to
explicitly set them.
2022-10-17 08:22:33 +02:00
Daniel Siepmann ab64770ecc
Add microsoft teams to pidgin
I've found out how to login (where to find tenant, see: https://github.com/EionRobb/purple-teams/issues/27#issuecomment-1222985395)
2022-10-17 08:21:55 +02:00
Daniel Siepmann c70f7b5781
Update mycli rc
Use https://raw.githubusercontent.com/dbcli/mycli/1ae50c8a41dd515e8d7e9afd4bd34c3676243f25/mycli/myclirc
as base
2022-10-17 08:21:11 +02:00
Daniel Siepmann 7e844adde2
Replace vim NERDtree with nvim-tree-lua
As neovim 0.8.0 doesn't properly refresh after NERDtree actions like
moving files finishes.
2022-10-12 09:46:14 +02:00
Daniel Siepmann fef344c34d
Remove no longer existing applet 2022-10-12 09:46:13 +02:00
Daniel Siepmann 0386c33962
Add simple scripts to execute rclone to sync 2022-10-11 20:49:21 +02:00
Daniel Siepmann 0a5c2ca8ff
Move files out of home to xdg folders
Thanks to xdg-ninja for analysing my home folder.
2022-10-11 20:36:48 +02:00
Daniel Siepmann f2bcb12135
Seems to be required by keepassxc and others 2022-10-11 19:12:42 +02:00
Daniel Siepmann 2ddb87cd33
Remove evolution left over 2022-10-11 19:12:17 +02:00
Daniel Siepmann 60410692dc
Use notify-send from nix within scripts
Also adjust dmenu selection to follow my naming conventions.
Ensure other dependencies are provided via nix.
2022-10-11 19:11:34 +02:00
Daniel Siepmann 6af935b3e4
Remove video recording dmenu
I do no video recording anymore
2022-10-11 19:10:17 +02:00
Daniel Siepmann 24ba29e713
Update phpactor 2022-10-11 15:12:55 +02:00
Daniel Siepmann 47406c7e76
Add php snippet for codeception cest file 2022-10-11 10:07:44 +02:00
Daniel Siepmann 7272551670
Re add spotdl in order to easily download mp3 files
Those are properly tagged with image, artist, etc.
No need to manually to stuff with yt-dlp.
2022-10-11 08:28:16 +02:00
Daniel Siepmann cc911a0d91
Integrate neovim snippets into ctags
To easily find and navigate to snippets.
2022-10-11 08:27:56 +02:00
Daniel Siepmann 6bf28e577f
Improve event notification
Keep longer (3 minutes).
Add icon (using current icon theme).
Add category (not used yet).
2022-10-10 21:41:14 +02:00
Daniel Siepmann c263cdc34a
Remove neovim as man pager
It was slow and always hang after closing.
Keep simple default.
2022-10-10 21:19:18 +02:00
Daniel Siepmann f477833fad
Remove dunst as package, it is installed as service anyway 2022-10-10 12:48:27 +02:00
Daniel Siepmann 81b80f620f
Add association to open mkv files with vlc 2022-10-10 12:47:53 +02:00
Daniel Siepmann 9f69e90fb4
Replace nextcloud client with rclone
rclone is more flexible regarding storages.
nextcloud didn't play with keepass providing keyring.

rclone does not auto sync, I need to find a proper way to keep files in
sync without manuall calling commands …
2022-10-10 12:46:57 +02:00
Daniel Siepmann 6e498612a4
First basic steps to migration of email to neomut und co. 2022-10-06 13:10:32 +02:00
Daniel Siepmann 2481212aba
Improve timing of event notifications
Remind one minute earlier so I always get info ahead of time.
2022-10-06 12:22:44 +02:00
Daniel Siepmann 57a3b8b2e3
Add screenshot tool
I didn't invest time and used what I've used on ubuntu all the time.
I've removed it somehow from ubuntu and add it here.
2022-10-06 09:27:38 +02:00
Daniel Siepmann fa023c38d1
[Replace evolution by thunderbird
I've uninstalled something from ubuntu and evolution refuses to start.
Use thunderbird for email again until I switch to neomutt.
2022-10-06 09:27:38 +02:00
Daniel Siepmann cc3fcb3d50
Add vdirsync and khal with small notification script
Very basic, but maybe better then all the shiny none working solutions.
Will sync all calendars to vdir.
khal is able to parse and show them. khal also offers an cli interface
to fetch events for a certain time.

Properly use keepass xc via secret tool as command line tool
Enable keepassxc usage as secret tool.
Remove crypted file as this no longer keeps passwords

Remove korganizer as it doesn't provide notifications, try khal
2022-10-06 09:27:38 +02:00
Daniel Siepmann c8d9400d49
Clean up packages to install
Remove no longer needed packages
2022-10-05 16:55:05 +02:00
Daniel Siepmann 6d0cc6ad8d
Add customer specific gitignore entry 2022-10-05 16:53:54 +02:00
Daniel Siepmann 25ab746c71
Fix wrong mime assignment for calendar
I've installed korganizer instead of evolution right now.
2022-10-05 16:53:27 +02:00
Daniel Siepmann 3ba4b60e07
Migrate nautilus as file manager from ubuntu to home-manager
I don't want to invest time to check alternatives.
I stick to that one for now.
2022-10-05 16:52:52 +02:00
Daniel Siepmann 8850653389
Add oraproxy for one project 2022-10-04 16:58:10 +02:00
Daniel Siepmann 431bffc905
Always prevent compression within TYPO3
Matches with my apache setup.
2022-10-04 16:57:52 +02:00
Daniel Siepmann 2997f79052
Fix wrong comment style in neovim config file 2022-10-04 15:10:51 +02:00
Daniel Siepmann 285a366357
Maintain docker config.json which includes credentials 2022-10-04 15:09:44 +02:00
Daniel Siepmann 47798807b2
Add private composer registry auth 2022-10-04 15:09:19 +02:00
Daniel Siepmann 278b1e9c37
Disable mouse which got enabled by neovim 0.8.0 2022-10-04 12:34:36 +02:00
Daniel Siepmann 1d26332f60
Add KOrganizer for calendar
As evolution is running into timeouts for none known reason.
2022-10-04 08:58:27 +02:00
Daniel Siepmann 1ea75ea1e4
Migrate neovim plugin derivations to be compatible
Use always pname and version, see: https://github.com/NixOS/nixpkgs/issues/193903
2022-10-04 07:59:26 +02:00
Daniel Siepmann 97ef3d98e5
Finally make event notification centered 2022-09-28 10:00:29 +02:00
Daniel Siepmann d6d7bb7565
Add neovim csv snippet 2022-09-28 09:59:52 +02:00
Daniel Siepmann 8b2dba9f70
Update phpactor, use fetchurl instead of fetchzip
Accordingly to help in https://discourse.nixos.org/t/fetchzip-results-in-do-not-know-how-to-unpack-source-archive-due-to-wrong-nix-store-path/22014
2022-09-26 15:26:10 +02:00
Daniel Siepmann 2c3d07650e
Add custom css for forge.typo3.org 2022-09-26 08:08:56 +02:00
Daniel Siepmann eed11c64c4
Remove snap from update
I no longer have snaps
2022-09-26 08:08:45 +02:00
Daniel Siepmann edcfa3f56b
Associate common video mime types with vlc 2022-09-21 07:44:46 +02:00
Daniel Siepmann 4c01b29548
Remove thunderbird
It is way to buggy, I've now swtiched over to Evolution for mail,
contacts and calendar.
2022-09-20 07:49:04 +02:00
Daniel Siepmann 39652476f5
Replace spotify with handbrake
I wanna rip some of my DVDs for easier usage via HDD on my TV.
But I don't download via spotify anymore.
2022-09-19 14:28:21 +02:00
Daniel Siepmann 4677538858
Update phpactor
Also provide a script to create new versions of phpactor.
2022-09-16 09:50:20 +02:00
Daniel Siepmann 874249b9b8
Install GUI for disk usage 2022-09-15 17:09:19 +02:00
Daniel Siepmann e16f332c39
Hide unnecessary Jira bloat from UI 2022-09-15 17:07:39 +02:00
Daniel Siepmann f154c42a61
Update t3 shell aliases
TYPO3 migrated from master to main long time ago
2022-09-13 05:26:20 +02:00
Daniel Siepmann 42f16ece60
Fix juris website css 2022-09-08 12:12:55 +02:00
Daniel Siepmann 9b6621fd45
Fix slack thumbs up smiley 2022-09-07 17:14:38 +02:00
Daniel Siepmann 2e594f27da
Do not make pidgin windows floating 2022-09-07 17:14:14 +02:00
Daniel Siepmann ff883a2bd9
Update microsoft teams user agent to enable usage of features 2022-09-07 13:57:22 +02:00
Daniel Siepmann 373ec34752
Extend i3 config for evolution and pidgin windows
Make evolution alarm sticky.
Unstick pidgin windows.
2022-09-07 13:56:06 +02:00
Daniel Siepmann 9bedce31b2
Revert "Update sitediff manually to 1.2.0"
This reverts commit 2dc016e8c0.

As libcurl.so is missing
2022-09-07 10:16:07 +02:00
Daniel Siepmann 2dc016e8c0
Update sitediff manually to 1.2.0 2022-09-07 10:09:06 +02:00
Daniel Siepmann fac4dc58e6
Revert "Remove sitediff"
This reverts commit 7ba01e66aa.
2022-09-07 09:52:30 +02:00
Daniel Siepmann dded8c5a19
Use official purple-signald package again
As my upstream PR got merged.
2022-09-06 16:46:51 +02:00
Daniel Siepmann 7ba01e66aa
Remove sitediff
I'm not able to install the recent 1.2 version, only legacy versions
which are not usable.
2022-09-06 15:11:03 +02:00
Daniel Siepmann da6057446c
Add sitediff as new nixpkg
Add own nixpkg, follow: https://nixos.org/manual/nixpkgs/stable/#developing-with-ruby
Write a custom Gemfile including the sitediff gem.
Generate lock and gemset via `nix shell nixpkgs#ruby nixpkgs#bundix` and
the documented commands.
2022-09-06 10:06:03 +02:00
Daniel Siepmann 016894d458
Add evolution as calendar UI
Thunderbird no longer sends proper notification (reminder) for upcoming
events.
2022-09-05 13:03:57 +02:00
Daniel Siepmann aa5b59dfac
Keep Firefox privacy.resistFingerprinting on false
See: https://social.tchncs.de/@kuketzblog/108945047476520993
2022-09-05 12:13:16 +02:00
Daniel Siepmann 23e161b0d0
Cleanup outdated pidgin comments
Smileys are now supported globally via native purple support
2022-09-02 13:44:06 +02:00
Daniel Siepmann 8cef3958b5
Add custom themes for purple 2022-09-02 12:38:36 +02:00
Daniel Siepmann 2cb9d53374
Streamline pidgin setup
Use a single file instead of distributed files to setup pidgin.
Add smileys based on:
* https://unicode.org/emoji/charts/full-emoji-list.html
* https://github.com/PowaBanga/pidgin-EAP
* https://developer.pidgin.im/wiki/SmileyThemes#Creating
2022-09-02 11:30:05 +02:00
Daniel Siepmann 046db61df0
Configure neovim to not expand tabs in c code
As my current existing open source code bases use tabs instead of
spaces.
2022-09-01 17:21:57 +02:00