From cc4faf6058cb31c39119c36b1634b798373e2f52 Mon Sep 17 00:00:00 2001 From: Triston Armstrong Date: Sun, 10 Nov 2024 18:43:55 +0700 Subject: [PATCH] setup .config --- .config/.DS_Store | Bin 0 -> 6148 bytes .config/.isolated-storage/PropertyStore.forms | 1 + .config/helix/config.toml | 23 ++++++++++++++++++ .config/helix/languages.toml | 7 ++++++ 4 files changed, 31 insertions(+) create mode 100644 .config/.DS_Store create mode 100644 .config/.isolated-storage/PropertyStore.forms create mode 100644 .config/helix/config.toml create mode 100644 .config/helix/languages.toml diff --git a/.config/.DS_Store b/.config/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..bb2b0fb4c4e858912433b84d974300732b3fdbdc GIT binary patch literal 6148 zcmeHK!H&}~5FKyRZb}8}0VFseMdG@GW(CqpdkJMZaHR+ifJ(9n)FO>nO-g~PQtt2# z`~qiwgx`TTwktI)dxZ*lr15j?H=g(=ax451jyQE2zCvI=?+E_m%){i;KCR1nswvoL}6Xegq{ym}#vR4s;TUZkat9hnZl>vzZfTgzp5JP411FkBr4 z%LgYXTpiqBt-Ah=JNHhXj^F3gLVdwxVFJsqwyPG`@D&wLKPE}j=HyvYacx6Vk3Qj1 ze%_HDf;M<9a574pqp_3?*7^<{?yUm$rSW@vdx!4EoB~dPf29Dg4*{GpvRE6`O9u*l z1OR$y)`mL&EO1Oy>(1nOuMOaD;B3sR n4eAgSc01M;-imL+wV^NI3NW%*8$=7t{Rn6oT;UY>s|x%E{=Ttn literal 0 HcmV?d00001 diff --git a/.config/.isolated-storage/PropertyStore.forms b/.config/.isolated-storage/PropertyStore.forms new file mode 100644 index 0000000..f0d628e --- /dev/null +++ b/.config/.isolated-storage/PropertyStore.forms @@ -0,0 +1 @@ +@ArrayOfKeyValueOfstringanyType9http://schemas.microsoft.com/2003/10/Serialization/Arrays i)http://www.w3.org/2001/XMLSchema-instance \ No newline at end of file diff --git a/.config/helix/config.toml b/.config/helix/config.toml new file mode 100644 index 0000000..88faf89 --- /dev/null +++ b/.config/helix/config.toml @@ -0,0 +1,23 @@ +theme = "ayu_dark" + +[editor] +true-color = true +mouse = false +rulers = [80] +shell = ['fish', '-c'] +bufferline = "always" + +[keys.normal] +tab = [":buffer-next"] +S-tab = [":buffer-previous"] + +[keys.normal.space] +x = [":buffer-close"] + +[editor.cursor-shape] +insert = "bar" +normal = "block" +select = "underline" + +[editor.file-picker] +hidden = false diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml new file mode 100644 index 0000000..079eb05 --- /dev/null +++ b/.config/helix/languages.toml @@ -0,0 +1,7 @@ +[[language]] +name = "typescript" +auto-format = true + +[[language]] +name = "tsx" +auto-format = true