aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add README.mdKarel Kočí2022-11-16
|
* flake.nix: fix invalid attribute accessKarel Kočí2022-11-16
| | | | Just missing 's'.
* nix: remove as dev in the personal repo is much betterKarel Kočí2022-10-31
|
* shellrc-desktop.d/ssh: fix for NixKarel Kočí2022-10-13
|
* zshrc.d/prompt: fix right promptKarel Kočí2022-10-13
|
* zshrc.d/prompt: disable prompt alwaysKarel Kočí2022-10-13
|
* Add ability to include this in profileKarel 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 escapingKarel Kočí2022-10-13
|
* dev: include only if appropriate tool is availableKarel Kočí2022-09-29
|
* dev: expand m* shortcutsKarel Kočí2022-09-29
|
* dev: Do not check for directory but rather for ninja fileKarel Kočí2022-09-29
|
* nix: add support for path correctlyKarel Kočí2022-09-27
|
* git: fix invalid check for branch existenceKarel Kočí2022-09-27
|
* git: gitbmerge validates existence and remote statusKarel Kočí2022-09-20
|
* dev: add mbuild to simply compile meson projects in build directoryKarel Kočí2022-09-20
|
* dev: add valgrind tools quick accessKarel Kočí2022-09-19
|
* shellrc.d/git: add sgitKarel Kočí2022-09-18
|
* devzsh to devKarel Kočí2022-08-12
|
* shellrc.d/nix: add devzshKarel Kočí2022-08-10
|
* zshrc: color yellow if we are in nix shellKarel Kočí2022-07-21
|
* shellrc.d/aliases: append instead of replace with bearKarel Kočí2022-07-04
|
* shellrc.d/alias: add bmake and mbmakeKarel Kočí2022-07-04
|
* zshrc: explicitly disable share_history and switch to inc_append_history_timeKarel Kočí2022-06-20
| | | | | The share_history is enabled in the global zsh config in NixOS and thus we have to disable it to make sure that we use only incremental history.
* zshrc: remove unnecessary lineKarel Kočí2022-06-20
| | | | This is overwritten by INC_APPEND_HISTORY_TIME later on.
* bashrc.d: do not use our own variable to detect developKarel Kočí2022-06-20
|
* bashrc: detect nix shellKarel Kočí2022-06-20
|
* Allow using in nix develop and use prompt to signal itKarel Kočí2022-06-11
|
* flake: rename internally used variableKarel Kočí2022-06-10
|
* bashrc: prevent errors about missing commandsKarel Kočí2022-06-09
| | | | | This happens in Nix when entering the new environment due to commad not being available yet.
* zshrc: path to git-prompt on nixosKarel Kočí2022-06-08
|
* alias: add mmake to run load of jobsv0.10.0Karel Kočí2022-05-05
|
* flake.nix: use interactiveShellInit instead of loginShellInitKarel Kočí2022-04-09
|
* zshrc.d/bell: do not use if there is no xprop or notify-sendKarel Kočí2022-04-09
|
* flake.nix: enable shellrc in defaultKarel Kočí2022-04-09
|
* Add flake.nixKarel Kočí2022-04-04
|
* desktop/xorg: do not load if wayland is detectedv0.9.0Karel Kočí2022-01-16
|
* desktop/sway: add variant of xorg for swayKarel Kočí2022-01-16
|
* shellrc.d-desktop/ssh: do not go to backgroundv0.8.3Karel Kočí2021-06-30
| | | | That can be combined with ease without including it in call itself.
* shellrc.d-desktop/ssh: add allow_otherv0.8.2Karel Kočí2021-04-13
| | | | This also changes from slave to passive as it seems slave is offensive.
* shellrc.d-desktop/ssh: sshcfs mount with id mapv0.8.1Karel Kočí2021-04-09
| | | | | This fixes access rights on server if user ID is different on client and target.
* Move most of the shellrc files outside of /etcv0.8.0Karel Kočí2021-04-08
| | | | | The /etc is not updated automatically as that is place for configuration files. Deploying it to different location makes a lot of more sense.
* shellrc.d-desktop/desktop: I no longer use mutt nor neomuttKarel Kočí2021-04-08
|
* shellrc.d-desktop/ssh: add sshcfsKarel Kočí2021-04-08
| | | | This is helper to do reverse SSHFS mount.
* git: protect against self-mergeKarel Kočí2020-11-26
|
* shellrc.d/git: fix gitbmerge to work with new Gitlab formatv0.7.8Karel Kočí2020-09-02
|
* shellrc.d/git: gitbmerge error on applied suggestions commitsKarel Kočí2020-06-30
| | | | | These are commits created by Gitlab and should not be in tree neither (same as fixup commits).
* alias: drop git aliasv0.7.7Karel Kočí2020-06-16
| | | | This is stupid now.
* shellrc.d/git: do not remove root directory with gitbmergev0.7.6Karel Kočí2020-04-24
|
* shellrc.d/git: fix problem with / in gitbmergev0.7.5Karel Kočí2019-12-04
|
* shellrc.d/git: tweak syntax for gitbmergev0.7.4Karel Kočí2019-11-04
|