diff --git a/.dotter/global.toml b/.dotter/global.toml index 2e132ed..a84bcff 100644 --- a/.dotter/global.toml +++ b/.dotter/global.toml @@ -13,6 +13,7 @@ depends = [] "default/scripts" = "~/Scripts" "default/config/starship.toml" = "~/.config/starship.toml" "default/config/helix" = "~/.config/helix" +"default/config/nvim" = "~/.config/nvim" "default/XCompose" = "~/.XCompose" "default/bash_completion" = "~/.bash_completion" "default/bash_completion.d" = "~/.bash_completion.d" diff --git a/default/bashrc.d/default b/default/bashrc.d/default index 0bddbde..3300eca 100755 --- a/default/bashrc.d/default +++ b/default/bashrc.d/default @@ -253,8 +253,14 @@ if type nvim >/dev/null 2>&1; then GIT_EDITOR="$(which nvim)" else MISSING_CMDS+=("nvim") - EDITOR=$(which nano) - GIT_EDITOR="$(which nano)" + if type hx >/dev/null 2>&1; then + EDITOR=$(which hx) + GIT_EDITOR="$(which hx)" + else + MISSING_CMDS+=("hx") + EDITOR=$(which nano) + GIT_EDITOR="$(which nano)" + fi fi export EDITOR diff --git a/wayland/config/matugen/config.toml b/wayland/config/matugen/config.toml new file mode 100644 index 0000000..d75ad37 --- /dev/null +++ b/wayland/config/matugen/config.toml @@ -0,0 +1,5 @@ +[config] + +[templates.wofi] +input_path = '/home/pogmommy/.config/matugen/templates/wofi-colors' +output_path= '/home/pogmommy/.config/wofi/wofi-colors' diff --git a/wayland/config/matugen/templates/wofi-colors b/wayland/config/matugen/templates/wofi-colors new file mode 100644 index 0000000..86a5057 --- /dev/null +++ b/wayland/config/matugen/templates/wofi-colors @@ -0,0 +1,16 @@ +{{dank16.color0.default.hex}} +{{dank16.color1.default.hex}} +{{dank16.color2.default.hex}} +{{dank16.color3.default.hex}} +{{dank16.color4.default.hex}} +{{dank16.color5.default.hex}} +{{dank16.color6.default.hex}} +{{dank16.color7.default.hex}} +{{dank16.color8.default.hex}} +{{dank16.color9.default.hex}} +{{dank16.color10.default.hex}} +{{dank16.color11.default.hex}} +{{dank16.color12.default.hex}} +{{dank16.color13.default.hex}} +{{dank16.color14.default.hex}} +{{dank16.color15.default.hex}}