From 78538c5f05bb4dc851d4ae8506842e80bba3cf62 Mon Sep 17 00:00:00 2001 From: pauljako <126326487+pauljako@users.noreply.github.com> Date: Wed, 4 Sep 2024 12:57:26 +0200 Subject: [PATCH] Added --- config.default | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config.default diff --git a/config.default b/config.default new file mode 100644 index 0000000..efbe88c --- /dev/null +++ b/config.default @@ -0,0 +1,17 @@ +# The configuration file for my dotfiles +# +## The Oh-my-posh theme to use. Themes ending in "nerd" require nerd fonts +## Possible values: basic, basic-nerd +# +OMP_THEME="basic" +# +## The max size (in lines) of the .zsh_history file +## Default: 5000 +# +HISTSIZE=5000 +# +## Whether to show pfetch when a shell starts or the shell is cleared. Only works if pfetch is installed +## Possible Valuse: 0 (disabled), 1 (enabled, default) +# +SHOW_PFETCH=1 +#