diff --git a/home/.chezmoiscripts/run_onchange_after_11-install-asdf-plugins.sh.tmpl b/home/.chezmoiscripts/run_onchange_after_11-install-asdf-plugins.sh.tmpl index 1203c2b..8f9a7d3 100644 --- a/home/.chezmoiscripts/run_onchange_after_11-install-asdf-plugins.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_after_11-install-asdf-plugins.sh.tmpl @@ -19,6 +19,7 @@ declare -A plugins plugins=( ['golang']='https://github.com/asdf-community/asdf-golang.git' ['nodejs']='https://github.com/asdf-vm/asdf-nodejs.git' + ['opam']='https://github.com/asdf-community/asdf-opam.git' ['ruby']='https://github.com/asdf-vm/asdf-ruby.git' ) diff --git a/home/dot_ansiweatherrc b/home/dot_ansiweatherrc index 342f342..b33d025 100644 --- a/home/dot_ansiweatherrc +++ b/home/dot_ansiweatherrc @@ -2,7 +2,7 @@ # ANsiweather config file # ############################### -location:Mauguio,FR +location:Livry-Gargan,FR forecast:3 dateformat:%a %d %b timeformat:%b %d %r diff --git a/home/dot_editorconfig b/home/dot_editorconfig deleted file mode 100644 index 5da6082..0000000 --- a/home/dot_editorconfig +++ /dev/null @@ -1,41 +0,0 @@ -################################ -# EditorConfig config file # -################################ - -# EditorConfig is awesome: https://EditorConfig.org - -# top-most EditorConfig file -root = true - -[{*,.*}] -end_of_line = lf -insert_final_newline = true -trim_trailing_whitespace = true -indent_style = space -indent_size = 2 -max_line_length = off -charset = utf-8 - -[{Makefile,makefile,*.mk}] -indent_style = tab - -[*.md] -indent_style = space -max_line_length = 100 - -[mutt-*,neomutt-*] -max_line_length = 72 - -[*.py] -indent_style = space -indent_size = 4 -max_line_length = 79 - -[*.sh] -indent_style = space -max_line_length = 0 - -[*.vim] -indent_style = space -max_line_length = 0 - diff --git a/home/dot_zshenv b/home/dot_zshenv index 74a4b3b..b6e0543 100644 --- a/home/dot_zshenv +++ b/home/dot_zshenv @@ -20,7 +20,7 @@ export BROWSER=qutebrowser export EDITOR=$([[ $(command -v lvim) ]] && echo lvim || echo vim) export TERMINAL=alacritty # export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow --glob "!.git/*"' -export GEM_HOME="$(/home/jeff/.asdf/shims/ruby -e 'puts Gem.user_dir')" +export GEM_HOME="$(${HOME}/.asdf/shims/ruby -e 'puts Gem.user_dir')" export PATH="$PATH:$GEM_HOME/bin" export MYVIMRC="${HOME}/.vimrc" export PASSWORD_STORE_DIR="${HOME}/Private/.password-store"