diff --git a/home/.config/cspell/config.yaml b/home/.config/cspell/config.yaml new file mode 100644 index 0000000..eefa686 --- /dev/null +++ b/home/.config/cspell/config.yaml @@ -0,0 +1,9 @@ +--- +$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json +version: "0.2" +#dictionaryDefinitions: +# - name: custom-words +# path: "~/.alex-environ/.home/cspell/custom-words.txt" +# addWords: true +#dictionaries: +# - custom-words diff --git a/home/.config/cspell/custom-words.txt b/home/.config/cspell/custom-words.txt new file mode 100644 index 0000000..e69de29 diff --git a/home/.config/pylintrc b/home/.config/pylintrc index db4d3e6..055628f 100644 --- a/home/.config/pylintrc +++ b/home/.config/pylintrc @@ -28,7 +28,7 @@ limit-inference-results=100 # List of plugins (as comma separated values of python modules names) to load, # usually to register additional checkers. -load-plugins= +#load-plugins=pylint_django # Pickle collected data for later comparisons. persistent=yes diff --git a/home/.gitconfig b/home/.gitconfig index e1048bc..6bc3d4a 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -19,9 +19,7 @@ required = true clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f - -[core] - hooksPath = ~/.alex-environ/private/home/git_hooks - [alias] adog = log --all --decorate --oneline --graph +[rerere] + enabled = true diff --git a/home/.local/bin/kubectl-ssh b/home/.local/bin/kubectl-ssh index aefd0e4..8e5a23a 100755 --- a/home/.local/bin/kubectl-ssh +++ b/home/.local/bin/kubectl-ssh @@ -22,7 +22,7 @@ ssh_node() { shift fi - ns=default + ns=kube-system pod=$( kubectl create -n "$ns" -o name "$@" -f - <