Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pkgs/shellrc-user-setup: use rc files instead of profileHEADmaster | Karel Kočí | 2024-10-02 |
| | | | | This should fix loading over SSH. | ||
* | dev: ensure that valgrind exists with non-zero exit code on error | Karel Kočí | 2024-07-25 |
| | |||
* | less: fix hilite by using env | Karel Kočí | 2024-05-24 |
| | |||
* | dev: add callgrind and dhat | Karel Kočí | 2024-05-21 |
| | |||
* | dev: reinsert optimization for msetup | Karel Kočí | 2024-05-10 |
| | |||
* | dev: allow calling meson setup directly | Karel Kočí | 2024-05-09 |
| | |||
* | Change nrun from alias to function | Karel Kočí | 2024-03-13 |
| | |||
* | alias: add nrun for 'nix run .' | Karel Kočí | 2024-03-13 |
| | |||
* | alias: support both vim as well as nvim | Karel Kočí | 2024-02-28 |
| | | | | | Neovim doesn't compile on armv7l and this I will just use vim on embedded devices. | ||
* | Fix nvim_config | Karel Kočí | 2024-02-26 |
| | |||
* | Migrate from vim to nvim | Karel Kočí | 2024-02-25 |
| | |||
* | alias: add xo for xdg-open | Karel Kočí | 2023-12-01 |
| | |||
* | pkgs/shellrc-bash: fix source to load actually all files | Karel Kočí | 2023-03-24 |
| | |||
* | Revert "sway: add unetbootin" | Karel Kočí | 2023-03-24 |
| | | | | This reverts commit f9ffd5ad9a5a8db7f941ea4d9caa9d8dfe9a2536. | ||
* | sway: add unetbootin | Karel Kočí | 2023-03-24 |
| | | | | | It is better to have it this way to just pull it from cache when I need it as I almost never use it. | ||
* | pkgs/shellrc-user-setup: use profiles instead for interactive sessions | Karel Kočí | 2023-03-24 |
| | |||
* | pkgs/shellrc-user-setup: fix the grep that checks for existing content | Karel Kočí | 2023-03-24 |
| | |||
* | Add mpurge and mupdate | Karel Kočí | 2023-03-23 |
| | | | | These are for Meson subproject management. | ||
* | nixos: include packages to get completion | Karel Kočí | 2023-03-23 |
| | |||
* | Drop desktop variant and rework nix packages | Karel Kočí | 2023-03-21 |
| | |||
* | pkgs: add shellrc-setup | Karel Kočí | 2023-03-17 |
| | | | | | This is intended to be used to setup user environment on system that are not managed by nixos module. | ||
* | pkgs: fix build failure | Karel Kočí | 2023-03-16 |
| | |||
* | flake: add check using statix | Karel Kočí | 2023-03-16 |
| | |||
* | Rework the whole NixOS and packages | Karel Kočí | 2023-03-16 |
| | | | | | This uses now primarilly overlays and also variable NIX_PROFILES to chain-load shellrc from bashrc.d and zshrc.d. | ||
* | dev: dump compile database with bmake to build directory | Karel Kočí | 2023-02-23 |
| | | | | | | This fixes issue when multiple projects are in the same tree as ALE locates this file first but we preffer to use the one in build directory located as soo as possible. | ||
* | dev: use plain optimization in default | Karel Kočí | 2023-01-09 |
| | |||
* | dev: do not continue with build when config fails | Karel Kočí | 2022-12-21 |
| | |||
* | dev: mcoverage do not open as refresh is more usable anyway | Karel Kočí | 2022-12-21 |
| | |||
* | shellrc.d/dev: add mcoverage and move coverage enable from mtest there | Karel Kočí | 2022-12-15 |
| | |||
* | dev/mtest: automatically enable coverage report | Karel Kočí | 2022-12-15 |
| | |||
* | Add README.md | Karel Kočí | 2022-11-16 |
| | |||
* | flake.nix: fix invalid attribute access | Karel Kočí | 2022-11-16 |
| | | | | Just missing 's'. | ||
* | nix: remove as dev in the personal repo is much better | Karel Kočí | 2022-10-31 |
| | |||
* | shellrc-desktop.d/ssh: fix for Nix | Karel Kočí | 2022-10-13 |
| | |||
* | zshrc.d/prompt: fix right prompt | Karel Kočí | 2022-10-13 |
| | |||
* | zshrc.d/prompt: disable prompt always | Karel Kočí | 2022-10-13 |
| | |||
* | Add ability to include this in profile | Karel Kočí | 2022-10-13 |
| | | | | | | | | | | | | | | | | | The modification to load bashrc and zshrc from profiles is required. The following code show the required settings in NixOS to make this work. shellInit = dir: concatMapStrings (v: '' for file in ${v}/etc/${dir}/*; do [ -f "$file" ] || continue . "$file" done '') config.environment.profiles; environment.etc."bashrc.local".text = shellInit "bashrc.d"; environment.etc."zshrc.local".text = shellInit "zshrc.d"; | ||
* | shellrc-completion: fix invalid escaping | Karel Kočí | 2022-10-13 |
| | |||
* | dev: include only if appropriate tool is available | Karel Kočí | 2022-09-29 |
| | |||
* | dev: expand m* shortcuts | Karel Kočí | 2022-09-29 |
| | |||
* | dev: Do not check for directory but rather for ninja file | Karel Kočí | 2022-09-29 |
| | |||
* | nix: add support for path correctly | Karel Kočí | 2022-09-27 |
| | |||
* | git: fix invalid check for branch existence | Karel Kočí | 2022-09-27 |
| | |||
* | git: gitbmerge validates existence and remote status | Karel Kočí | 2022-09-20 |
| | |||
* | dev: add mbuild to simply compile meson projects in build directory | Karel Kočí | 2022-09-20 |
| | |||
* | dev: add valgrind tools quick access | Karel Kočí | 2022-09-19 |
| | |||
* | shellrc.d/git: add sgit | Karel Kočí | 2022-09-18 |
| | |||
* | devzsh to dev | Karel Kočí | 2022-08-12 |
| | |||
* | shellrc.d/nix: add devzsh | Karel Kočí | 2022-08-10 |
| | |||
* | zshrc: color yellow if we are in nix shell | Karel Kočí | 2022-07-21 |
| |