refactoring
|
@ -1,59 +0,0 @@
|
||||||
{
|
|
||||||
"parser-directories": [
|
|
||||||
"/home/emenel/github",
|
|
||||||
"/home/emenel/src",
|
|
||||||
"/home/emenel/source",
|
|
||||||
"/home/emenel/projects",
|
|
||||||
"/home/emenel/dev",
|
|
||||||
"/home/emenel/git"
|
|
||||||
],
|
|
||||||
"theme": {
|
|
||||||
"attribute": {
|
|
||||||
"italic": true,
|
|
||||||
"color": 124
|
|
||||||
},
|
|
||||||
"number": {
|
|
||||||
"bold": true,
|
|
||||||
"color": 94
|
|
||||||
},
|
|
||||||
"constant.builtin": {
|
|
||||||
"color": 94,
|
|
||||||
"bold": true
|
|
||||||
},
|
|
||||||
"type": 23,
|
|
||||||
"function.builtin": {
|
|
||||||
"color": 26,
|
|
||||||
"bold": true
|
|
||||||
},
|
|
||||||
"keyword": 56,
|
|
||||||
"embedded": null,
|
|
||||||
"constructor": 136,
|
|
||||||
"variable.builtin": {
|
|
||||||
"bold": true
|
|
||||||
},
|
|
||||||
"operator": {
|
|
||||||
"bold": true,
|
|
||||||
"color": 239
|
|
||||||
},
|
|
||||||
"constant": 94,
|
|
||||||
"punctuation.delimiter": 239,
|
|
||||||
"comment": {
|
|
||||||
"color": 245,
|
|
||||||
"italic": true
|
|
||||||
},
|
|
||||||
"tag": 18,
|
|
||||||
"string": 28,
|
|
||||||
"type.builtin": {
|
|
||||||
"color": 23,
|
|
||||||
"bold": true
|
|
||||||
},
|
|
||||||
"module": 136,
|
|
||||||
"string.special": 30,
|
|
||||||
"property": 124,
|
|
||||||
"function": 26,
|
|
||||||
"punctuation.bracket": 239,
|
|
||||||
"variable.parameter": {
|
|
||||||
"underline": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -160,25 +160,25 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."starship.toml".source = ../../homes/emenel/dotfiles/dot_config/starship.toml;
|
xdg.configFile."starship.toml".source = ./shell-conf/starship/starship.toml;
|
||||||
xdg.configFile."wezterm" = {
|
xdg.configFile."wezterm" = {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
source = ../../homes/emenel/dotfiles/dot_config/wezterm;
|
source = ./shell-conf/wezterm;
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."rbw".source = ../../homes/emenel/dotfiles/dot_config/rbw;
|
xdg.configFile."rbw".source = ./shell-conf/rbw;
|
||||||
xdg.configFile."isd_tui/config.yaml".source = ../../homes/emenel/dotfiles/dot_config/isd_tui/config.yaml;
|
xdg.configFile."isd_tui/config.yaml".source = ./shell-conf/isd_tui/config.yaml;
|
||||||
|
|
||||||
home.file.".config/fish/functions" = {
|
home.file.".config/fish/functions" = {
|
||||||
source = ../../homes/emenel/dotfiles/dot_config/fish/functions;
|
source = ./shell-conf/fish/functions;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".config/fish/completions" = {
|
home.file.".config/fish/completions" = {
|
||||||
source = ../../homes/emenel/dotfiles/dot_config/fish/completions;
|
source = ./shell-conf/fish/completions;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".local/share/flf".source = ../../homes/emenel/dotfiles/dot_local/share/flf;
|
home.file.".local/share/flf".source = ./shell-conf/flf;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = true;
|
||||||
package = inputs.yazi.packages.x86_64-linux.default;
|
package = inputs.yazi.packages.x86_64-linux.default;
|
||||||
initLua = ../../homes/emenel/dotfiles/dot_config/yazi/init.lua;
|
initLua = ./yazi/init.lua;
|
||||||
keymap = {
|
keymap = {
|
||||||
manager.prepend_keymap = [
|
manager.prepend_keymap = [
|
||||||
{ on = "!"; run = "shell '$SHELL' --block"; desc = "Open shell here"; }
|
{ on = "!"; run = "shell '$SHELL' --block"; desc = "Open shell here"; }
|
||||||
|
@ -119,7 +119,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."yazi/theme.toml".source = ../../homes/emenel/dotfiles/dot_config/yazi/theme.toml;
|
xdg.configFile."yazi/theme.toml".source = ./yazi/theme.toml;
|
||||||
xdg.configFile."yazi/flavors".source = ../../homes/emenel/dotfiles/dot_config/yazi/flavors;
|
xdg.configFile."yazi/flavors".source = ./yazi/flavors;
|
||||||
xdg.configFile."yazi/plugins".source = ../../homes/emenel/dotfiles/dot_config/yazi/plugins;
|
xdg.configFile."yazi/plugins".source = ./yazi/plugins;
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 534 KiB After Width: | Height: | Size: 534 KiB |
Before Width: | Height: | Size: 574 KiB After Width: | Height: | Size: 574 KiB |
Before Width: | Height: | Size: 718 KiB After Width: | Height: | Size: 718 KiB |
Before Width: | Height: | Size: 674 KiB After Width: | Height: | Size: 674 KiB |
Before Width: | Height: | Size: 660 KiB After Width: | Height: | Size: 660 KiB |
Before Width: | Height: | Size: 835 KiB After Width: | Height: | Size: 835 KiB |
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 288 KiB After Width: | Height: | Size: 288 KiB |
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 778 KiB After Width: | Height: | Size: 778 KiB |
Before Width: | Height: | Size: 1,010 KiB After Width: | Height: | Size: 1,010 KiB |