Commit graph

48 commits

Author SHA1 Message Date
6e1b319b72
fix(ci): Remove nix cache action as it barely works
All checks were successful
Perform checks / formatting (push) Successful in 1m3s
Perform checks / nix_flake_check (push) Successful in 57s
It takes 11 minutes to cache everything on a otherwise 2 minute job.
Nix doesn't even pull from it most of the time.
2024-12-19 11:15:31 +01:00
8f57fe1466
feat(ci): Add check and update workflows
Some checks failed
Perform checks / nix_flake_check (push) Successful in 1m5s
Perform checks / formatting (push) Failing after 25s
2024-12-19 11:02:29 +01:00
9d4c9e2f87
chore: Update flake.lock 2024-12-16 04:21:45 +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
1e10101310
chore: Update flake.nix 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
1c27127313
chore: Update flake.lock 2024-11-14 12:21:36 +01:00
f43d4b74f9
feat(git-aliases): Use my fork with additional changes 2024-11-14 12:21:28 +01:00
ac61d3ed21
feat(packages): Add asciinema-agg 2024-11-13 17:42:53 +01:00
151b001ab7
chore: Update flake.lock 2024-11-12 16:01:17 +01:00
4c9d7621b5
feat(packages): Add encfs 2024-11-12 15:59:26 +01:00
90d151acd5
feat(docs): Add asciinema section 2024-11-12 15:55:04 +01:00
aac07d1b16
feat(packages): Add tree 2024-11-10 12:00:55 +01:00
5c72d1e2ea
feat: Add useful packages, add comments 2024-11-10 00:44:02 +01:00
22efbddf26
fix(aliases): Remove cat alias for bat 2024-11-04 14:21:20 +01:00
b1cbafba2c
feat(fmt): Add a formatter and format the flake 2024-10-24 00:27:43 +02:00
11d39e91b4
fix: Remove obsolete inputs, use more standard naming
from `home-managerModule` to `homeManagerModules.default`
2024-10-18 14:53:01 +02: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
d3d3ece835 Initial commit 2024-03-04 12:11:09 +01:00