Results 15 comments of Deep Panchal

It would be nice to have this. I have found this `dracula` theme from @exshak 's dotfiles https://github.com/exshak/dotfiles/blob/406760381296bce8c76ecec6527f3d5cef9d2d6c/.config/tmux/.tmux.conf.local#L53-L74 ```bash # dracula theme tmux_conf_theme_colour_0="default" # background tmux_conf_theme_colour_1="#282a36" # background tmux_conf_theme_colour_2="#303030" #...

You can also add it as a workspace dependency and reference it in one of the crates. The following setup works for me: #### Root `Cargo.toml` ```toml [workspace] default-members =...

https://github.com/jesseduffield/lazygit/issues/3212#issuecomment-1924486106 https://github.com/chhoumann/bunnai

Here's my custom command with aichat (https://github.com/sigoden/aichat) using modified template from https://github.com/chhoumann/bunnai/blob/af4b78efa24dce6940bb6576ad3f9f579f995111/src/template.ts ```yaml customCommands: - key: description: Pick AI commit command: | aichat "Please suggest 10 commit messages, given the...

Thanks a lot for this :) I use 8 instead of 256 colors. So I updated mine like this. ```sh # Powerlevel10k prompt segments for rtx # # https://github.com/romkatv/powerlevel10k #...

`rtx` has been renamed to `mise` - https://mise.jdx.dev/rtx.html - https://github.com/jdx/mise/releases/tag/v2024.1.0

I am having a similar issue but with different error message. I have atuin running on my pi using docker. ```sh ❯ curl http://beacon.local:8888/sync/status {"reason":"missing authorization header"} ❯ atuin status...

@ellie Will do :+1: Thanks! Edit: Here's the issue: https://github.com/atuinsh/atuin/issues/2192

Needs to be reviewed. See #1430

This should be fixed on the backend side