diff --git a/cmake/Install.cmake b/cmake/Install.cmake index 5499aeb37..0947b802b 100644 --- a/cmake/Install.cmake +++ b/cmake/Install.cmake @@ -100,7 +100,6 @@ fish_create_dirs(${rel_datadir}/fish ${rel_datadir}/fish/completions ${rel_datadir}/fish/man/man1 ${rel_datadir}/fish/tools ${rel_datadir}/fish/tools/web_config ${rel_datadir}/fish/tools/web_config/js - ${rel_datadir}/fish/tools/web_config/partials ${rel_datadir}/fish/tools/web_config/sample_prompts ${rel_datadir}/fish/tools/web_config/themes ) diff --git a/share/tools/web_config/partials/bindings.html b/share/tools/web_config/partials/bindings.html deleted file mode 100644 index f5d25e227..000000000 --- a/share/tools/web_config/partials/bindings.html +++ /dev/null @@ -1,18 +0,0 @@ -
- -
- - - - - - - - - -
{{ binding.command }} -
- {{ variety.readable_binding }} -
{{ raw }}
-
-
diff --git a/share/tools/web_config/partials/colors.html b/share/tools/web_config/partials/colors.html deleted file mode 100644 index 56924020e..000000000 --- a/share/tools/web_config/partials/colors.html +++ /dev/null @@ -1,156 +0,0 @@ -
- -
- {{ selectedColorScheme.name }}
-
- Background Color:
(demo only) 
-
-
- - /bright/vixens - - jump - - | - - dozy - - "fowl" - - > quack - - & - -
- - echo - - 'Errors are the portals to discovery - -
- - # This is a comment - -
- - This is an autosuggestion - - -
- - - - -
- -
- -
-
Choose a color for {{csUserVisibleTitle}}:
- - - - - - - -
-
-
-
- -
Preview a theme below:
- -
-
-
-
- - {{colorScheme.name}} - -
-
- /bright/vixens - jump - | - dozy - "fowl" - > quack - & -
- echo - 'Errors are the portals to discovery -
- # This is a comment -
- This is an autosuggestion -
-
-
-
- -
diff --git a/share/tools/web_config/partials/functions.html b/share/tools/web_config/partials/functions.html deleted file mode 100644 index ab12573bd..000000000 --- a/share/tools/web_config/partials/functions.html +++ /dev/null @@ -1,12 +0,0 @@ -
-
-
-
- {{ func }} -
-
-
-
-
-
-
diff --git a/share/tools/web_config/partials/history.html b/share/tools/web_config/partials/history.html deleted file mode 100644 index f0856ef97..000000000 --- a/share/tools/web_config/partials/history.html +++ /dev/null @@ -1,30 +0,0 @@ -
- - - - - - -
- « Prev - - {{ currentPageDescription() }} - - Next » -
- - {{ loadingText }} - -
- - - - - - - -
{{ item }} - - - -
diff --git a/share/tools/web_config/partials/prompt.html b/share/tools/web_config/partials/prompt.html deleted file mode 100644 index 41a1acac4..000000000 --- a/share/tools/web_config/partials/prompt.html +++ /dev/null @@ -1,29 +0,0 @@ -
- -
-
{{ selectedPrompt.name }}
-
-
-
-
-
- -
-
-
Preview a prompt below:
-
-
-
-
{{ prompt.name }}
-
-
-
-
-
-
-
-
-
diff --git a/share/tools/web_config/partials/variables.html b/share/tools/web_config/partials/variables.html deleted file mode 100644 index 84836739c..000000000 --- a/share/tools/web_config/partials/variables.html +++ /dev/null @@ -1,13 +0,0 @@ -
- -
- - - - - - - - - -
{{ variable.name }}{{ variable.value }}