From 24303190010cba25a0bff5787b0bceec51c5593e Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 11 Jul 2024 11:21:04 +0200 Subject: [PATCH] Updated config --- .config/environment.d/10-xdg.conf | 2 +- .config/environment.d/20-dirs.conf | 2 +- .config/environment.d/30-general.conf | 3 +++ .config/environment.d/40-apps.conf | 3 --- .editorconfig | 9 +++++++++ .gitignore | 1 + 6 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 .config/environment.d/40-apps.conf create mode 100644 .editorconfig diff --git a/.config/environment.d/10-xdg.conf b/.config/environment.d/10-xdg.conf index 143bc02..b797bb6 100644 --- a/.config/environment.d/10-xdg.conf +++ b/.config/environment.d/10-xdg.conf @@ -1,4 +1,4 @@ XDG_CACHE_HOME=$HOME/.cache XDG_CONFIG_HOME=$HOME/.config XDG_DATA_HOME=$HOME/.local/share -XDG_STATE_HOME=$HOME/.local/state +XDG_STATE_HOME=$HOME/.local/state \ No newline at end of file diff --git a/.config/environment.d/20-dirs.conf b/.config/environment.d/20-dirs.conf index 3249870..716f734 100644 --- a/.config/environment.d/20-dirs.conf +++ b/.config/environment.d/20-dirs.conf @@ -7,4 +7,4 @@ HISTFILE=$XDG_STATE_HOME/bash/history NIMBLE_DIR=$XDG_DATA_HOME/nimble NUGET_PACKAGES=$XDG_CACHE_HOME/nuget RUSTUP_HOME=$XDG_DATA_HOME/rustup -W3M_DIR=$XDG_DATA_HOME/w3m +W3M_DIR=$XDG_DATA_HOME/w3m \ No newline at end of file diff --git a/.config/environment.d/30-general.conf b/.config/environment.d/30-general.conf index a7cf0f9..34d8900 100644 --- a/.config/environment.d/30-general.conf +++ b/.config/environment.d/30-general.conf @@ -1,2 +1,5 @@ +BROWSER=firefox +EDITOR=nvim LANG=en_US.UTF-8 SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket +TERMINAL=alacritty \ No newline at end of file diff --git a/.config/environment.d/40-apps.conf b/.config/environment.d/40-apps.conf deleted file mode 100644 index 85db7c5..0000000 --- a/.config/environment.d/40-apps.conf +++ /dev/null @@ -1,3 +0,0 @@ -BROWSER=firefox -EDITOR=nvim -TERMINAL=alacritty diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..2b4f594 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = tab +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = false \ No newline at end of file diff --git a/.gitignore b/.gitignore index d12e19e..0ebb164 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /* *.log +!.editorconfig !.gitignore !.init !/.config