Update home/.chezmoiscripts/11-install-asdf-plugins.sh
Update home/.ansiweatherrc Remove home/.editorconfig Update home/.zshenv
This commit is contained in:
parent
931ca1f1b5
commit
5046820b48
@ -19,6 +19,7 @@ declare -A plugins
|
|||||||
plugins=(
|
plugins=(
|
||||||
['golang']='https://github.com/asdf-community/asdf-golang.git'
|
['golang']='https://github.com/asdf-community/asdf-golang.git'
|
||||||
['nodejs']='https://github.com/asdf-vm/asdf-nodejs.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'
|
['ruby']='https://github.com/asdf-vm/asdf-ruby.git'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# ANsiweather config file #
|
# ANsiweather config file #
|
||||||
###############################
|
###############################
|
||||||
|
|
||||||
location:Mauguio,FR
|
location:Livry-Gargan,FR
|
||||||
forecast:3
|
forecast:3
|
||||||
dateformat:%a %d %b
|
dateformat:%a %d %b
|
||||||
timeformat:%b %d %r
|
timeformat:%b %d %r
|
||||||
|
@ -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
|
|
||||||
|
|
@ -20,7 +20,7 @@ export BROWSER=qutebrowser
|
|||||||
export EDITOR=$([[ $(command -v lvim) ]] && echo lvim || echo vim)
|
export EDITOR=$([[ $(command -v lvim) ]] && echo lvim || echo vim)
|
||||||
export TERMINAL=alacritty
|
export TERMINAL=alacritty
|
||||||
# export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow --glob "!.git/*"'
|
# 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 PATH="$PATH:$GEM_HOME/bin"
|
||||||
export MYVIMRC="${HOME}/.vimrc"
|
export MYVIMRC="${HOME}/.vimrc"
|
||||||
export PASSWORD_STORE_DIR="${HOME}/Private/.password-store"
|
export PASSWORD_STORE_DIR="${HOME}/Private/.password-store"
|
||||||
|
Loading…
Reference in New Issue
Block a user