tmux + catppuccin mostly
This commit is contained in:
@@ -47,24 +47,40 @@ programs.zsh = {
|
||||
};
|
||||
|
||||
initContent = ''
|
||||
if [ "$TMUX" = "" ]; then exec tmux; fi
|
||||
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
export NIX_LD=$(nix eval --impure --raw --expr 'let pkgs = import <nixpkgs> {}; NIX_LD = pkgs.lib.fileContents "${pkgs.stdenv.cc}/nix-support/dynamic-linker"; in NIX_LD')
|
||||
|
||||
export ZVM_VI_INSERT_ESCAPE_BINDKEY=jk
|
||||
function zvm_after_init() {
|
||||
bindkey "^[[1;5C" forward-word && bindkey "^[[1;5D" backward-word
|
||||
}
|
||||
|
||||
autoload -U select-word-style
|
||||
select-word-style bash
|
||||
'';
|
||||
|
||||
|
||||
zplug = {
|
||||
enable = false;
|
||||
plugins = [
|
||||
{ name = "zsh-users/zsh-autosuggestions"; } # Simple plugin installation
|
||||
{ name = "jeffreytse/zsh-vi-mode"; }
|
||||
];
|
||||
};
|
||||
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
# plugins = [ "thefuck" ];
|
||||
# theme = "";
|
||||
};
|
||||
plugins = [
|
||||
{
|
||||
name = "vi-mode";
|
||||
src = pkgs.zsh-vi-mode;
|
||||
file = "share/zsh-vi-mode/zsh-vi-mode.plugin.zsh";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
@@ -73,6 +89,8 @@ programs.ghostty = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
catppuccin.ghostty.enable = false;
|
||||
|
||||
home.file."/home/nico/.config/ghostty/config" = {
|
||||
source = ./ghostty-config;
|
||||
};
|
||||
|
||||
@@ -1,24 +1,30 @@
|
||||
palette = 0=#45475a
|
||||
palette = 1=#f38ba8
|
||||
palette = 2=#a6e3a1
|
||||
palette = 3=#f9e2af
|
||||
palette = 4=#89b4fa
|
||||
palette = 5=#f5c2e7
|
||||
palette = 6=#94e2d5
|
||||
palette = 7=#bac2de
|
||||
palette = 8=#585b70
|
||||
palette = 9=#f38ba8
|
||||
palette = 10=#a6e3a1
|
||||
palette = 11=#f9e2af
|
||||
palette = 12=#89b4fa
|
||||
palette = 13=#f5c2e7
|
||||
palette = 14=#94e2d5
|
||||
palette = 15=#a6adc8
|
||||
background = 1e1e2e
|
||||
foreground = cdd6f4
|
||||
cursor-color = f5e0dc
|
||||
cursor-text = 1e1e2e
|
||||
selection-background = 353749
|
||||
selection-foreground = cdd6f4
|
||||
# palette = 0=#45475a
|
||||
# palette = 1=#f38ba8
|
||||
# palette = 2=#a6e3a1
|
||||
# palette = 3=#f9e2af
|
||||
# palette = 4=#89b4fa
|
||||
# palette = 5=#f5c2e7
|
||||
# palette = 6=#94e2d5
|
||||
# palette = 7=#bac2de
|
||||
# palette = 8=#585b70
|
||||
# palette = 9=#f38ba8
|
||||
# palette = 10=#a6e3a1
|
||||
# palette = 11=#f9e2af
|
||||
# palette = 12=#89b4fa
|
||||
# palette = 13=#f5c2e7
|
||||
# palette = 14=#94e2d5
|
||||
# palette = 15=#a6adc8
|
||||
# background = 1e1e2e
|
||||
# foreground = cdd6f4
|
||||
# cursor-color = f5e0dc
|
||||
# cursor-text = 1e1e2e
|
||||
# selection-background = 353749
|
||||
# selection-foreground = cdd6f4
|
||||
|
||||
background-opacity = 0.8
|
||||
background-opacity-cells = true
|
||||
# background-blur = true
|
||||
theme = Catppuccin Mocha
|
||||
|
||||
gtk-titlebar = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user