From de867b7ff72e867ea1c39932cccd503065f94df0 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 24 Sep 2023 19:54:32 +0300 Subject: Added Gummi, Neofetch and NeoVim configuratioons. Changes to be committed: new file: gummi/gummi.ini new file: gummi/snippets.cfg new file: gummi/welcome.tex new file: htop/htoprc new file: neofetch/config.conf new file: nvim/colors/hybrid.vim new file: nvim/init.vim --- gummi/gummi.ini | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 gummi/gummi.ini (limited to 'gummi/gummi.ini') diff --git a/gummi/gummi.ini b/gummi/gummi.ini new file mode 100644 index 0000000..1bb396d --- /dev/null +++ b/gummi/gummi.ini @@ -0,0 +1,55 @@ +[General] +config_version=0.8.3 + +[Interface] +mainwindow_x=0 +mainwindow_y=20 +mainwindow_w=1920 +mainwindow_h=1060 +mainwindow_max=false +toolbar=true +statusbar=true +rightpane=true +snippets=true + +[Editor] +font_str=Monospace 14 +font_css=* { font-family: Monospace; font-size: 14px; } +line_numbers=true +highlighting=false +textwrapping=true +wordwrapping=true +tabwidth=4 +spaces_instof_tabs=false +autoindentation=true +style_scheme=solarized-dark +spelling=false +spelling_lang=None + +[Preview] +zoom_mode=Fit Page Width +pagelayout=one_column +autosync=false +animated_scroll=always +cache_size=150 + +[File] +autosaving=false +autosave_timer=10 +autoexport=true + +[Compile] +typesetter=latexmk +steps=texpdf +pause=false +scheme=on_idle +timer=1 +shellescape=true +synctex=true + +[Misc] +recent1=__NULL__ +recent2=__NULL__ +recent3=__NULL__ +recent4=__NULL__ +recent5=__NULL__ -- cgit v1.2.3