Commit graph

33 commits

Author SHA1 Message Date
8813887171
fix(aliases): Move kitten ssh alias from ssh to kssh
There are issues with some servers. For example Element14 doesn't show
your input, sometimes `systemd` is kinda broken, etc.
2024-12-23 04:30:03 +01:00
48db707a06
feat(zsh/keybinds): Add keybinds for history search and autosuggestions 2024-12-10 04:19:18 +01:00
93853fe1ef
fix(zsh): Do not share history between instances 2024-12-10 04:18:06 +01:00
809201641b
fix(zsh): Remove dirHashes
Didn't use them, don't like them
2024-12-05 03:39:26 +01:00
230f6d77f1
fix(enhancd): (Hopefully) Temporarily disable enhancd
Resons:
- Main reason - performance issues - it's just slow after like 2 weeks
- Breaks scripts/inputting multiple commands
2024-11-27 23:31:30 +01:00
c9d1a53f53
feat!: Drop zsh-users/zaw 2024-11-22 03:50:10 +01:00
57cea11327
fix(formatting): Using alejandra 2024-11-22 03:37:13 +01:00
5d757ba7fc
fix: Startup times
- Removed `compinit` call
- Stopped loading ohmyzsh/ohmyzsh path:lib
- Turned off p10k instant prompt
2024-11-22 03:37:05 +01:00
d8f14a58e6
feat(plugins): Move from zplug to antidote, add 6 plugins
Plugins added:
  - zsh-users/zsh-history-substring-search # ZSH port of Fish history search (up arrow)
  - belak/zsh-utils completion # Load and initialize the built-in zsh completion system
  - belak/zsh-utils editor # Override and fill in the gaps of the default keybinds
  - belak/zsh-utils utility kind:defer # Common shell utilities
  - ohmyzsh/ohmyzsh plugins/colored-man-pages # This plugin adds colors to man pages

Plugins readded:
  - ohmyzsh/ohmyzsh plugins/dirhistory
2024-11-22 01:51:11 +01:00
1638c8ff98
feat: Enable autocd 2024-11-21 23:28:51 +01:00
2b58a19281
feat: Add dirHashes
https://nix-community.github.io/home-manager/options.xhtml#opt-programs.zsh.dirHashes
2024-11-21 23:26:45 +01:00
9297d41e33
chore(zsh): Config cleanup 2024-11-21 23:23:40 +01:00
439c7b02c5
fix(aliases): Set global aliases using shellGlobalAliases 2024-11-21 23:05:13 +01:00
9bd687ef8c
feat: Split the config into default and withPackages 2024-11-20 12:19:35 +01:00
8248b8c658
feat(nix): Convert to a flake 2024-10-18 14:14:58 +02:00
fc0e1e67d2
fix(zsh-you-should-use): Display message after command
The reminder could be easily missed with long outputs
2024-09-26 05:48:32 +02:00
8f57a2b282
fix(distrobox): Remove nix from $PATH when in Distrobox container 2024-05-14 10:30:07 +02:00
98a327eb13
fix(asciinema): Disable autosuggestions in while recording 2024-05-10 17:51:50 +02:00
8c45ea84a7
fix(asciinema): Add notifications support 2024-05-10 17:37:58 +02:00
450e34970c
fix(asciinema): Add websocat to asciinema package 2024-05-10 17:20:47 +02:00
644d47ff34
fix(lazy): zplug lazy option not working with nixos 2024-05-10 05:06:28 +02:00
4e65e7080e
feat(asciinema): Add asciinema with my own instance 2024-05-10 04:52:48 +02:00
c65513c696
fix(you-should-use): Move message position to after 2024-04-29 15:41:20 +02:00
85f7697428
fix: remove merlin specific fixes
moved them to home.nix
2024-03-20 18:19:28 +01:00
455e30eb02
fix: Python environment for the FIT VUT server merlin 2024-03-20 17:26:30 +01:00
4aeb185e44
fix: reeable trash-cli and thefuck 2024-03-20 16:33:07 +01:00
f4be2573ff fix: remove unnecessary eval statement
Signed-off-by: jiriks74 <jiri@stefka.eu>
2024-03-04 14:57:05 +01:00
4f2635bc01
feat: add direnv 2024-03-04 14:53:30 +01:00
92ff5d3511
fix: remove trash-cli (temporariy - broken python) 2024-03-04 14:05:05 +01:00
0d346893b2
fix: temporarily disable thefuck until the pythong issue is resolved 2024-03-04 13:44:41 +01:00
32fc80e83e
fix: enable zsh integration for thefuck 2024-03-04 13:35:41 +01:00
6fbedd7d5c
fix: thefuck not working due to python issues
moving `thefuck` to `programs` rather than a package
2024-03-04 13:26:29 +01:00
9fb1e280db
feat: Add my current zsh config 2024-03-04 12:13:21 +01:00