Compare commits

..

No commits in common. "442a4fb89ab10fcf7af301b638ed5f6a93c9eaf6" and "6006a28f4c21c51fc690ae5d378d4c2a7db9786f" have entirely different histories.

5 changed files with 1 additions and 16 deletions

View File

@ -71,9 +71,6 @@
ff = only ff = only
[init] [init]
defaultBranch = cxefa defaultBranch = cxefa
# https://pre-commit.com/#pre-commit-init-templatedir
# pre-commit init-templatedir ~/.git-template
templateDir = ~/.git-template
[advice] [advice]
# I am not developing in detached head state, I generally want to compile # I am not developing in detached head state, I generally want to compile
# a specific version of a program and I know how to get out of it # a specific version of a program and I know how to get out of it

View File

@ -14,10 +14,6 @@ repos:
- id: detect-private-key - id: detect-private-key
- id: end-of-file-fixer - id: end-of-file-fixer
- id: fix-byte-order-marker - id: fix-byte-order-marker
#- id: trailing-whitespace
# Two lines later must be prettierignored or it gets spaces and breaks
# prettier-ignore
#args: [--markdown-linebreak-ext=txt,tsv]
# Markdown Table of Contents generation. # Markdown Table of Contents generation.
- repo: https://github.com/thlorenz/doctoc - repo: https://github.com/thlorenz/doctoc

View File

@ -71,9 +71,6 @@
ff = only ff = only
[init] [init]
defaultBranch = cxefa defaultBranch = cxefa
# https://pre-commit.com/#pre-commit-init-templatedir
# pre-commit init-templatedir ~/.git-template
templateDir = ~/.git-template
[advice] [advice]
# I am not developing in detached head state, I generally want to compile # I am not developing in detached head state, I generally want to compile
# a specific version of a program and I know how to get out of it # a specific version of a program and I know how to get out of it

@ -1 +1 @@
Subproject commit 3ff57cd1b764615364d083388344a5b69d44ad14 Subproject commit a25c35db937f75e6056e060e96e367a41879fc66

View File

@ -11,7 +11,6 @@ cat conf/tmux.conf > ~/.tmux.conf
cat rc/zshrc > ~/.zshrc cat rc/zshrc > ~/.zshrc
cat rc/profile > ~/.profile cat rc/profile > ~/.profile
cat conf/gitconfig > ~/.gitconfig cat conf/gitconfig > ~/.gitconfig
mkdir -p ~/.git-template
cat rc/vimrc > ~/.vimrc cat rc/vimrc > ~/.vimrc
mkdir -p ~/.config/nvim/ mkdir -p ~/.config/nvim/
cat conf/init.vim > ~/.config/nvim/init.vim cat conf/init.vim > ~/.config/nvim/init.vim
@ -36,10 +35,6 @@ mkdir -p ~/.ssh/sockets/
chmod a+xr chmod chmod a+xr chmod
bash -x ./chmod& bash -x ./chmod&
if hash pre-commit 2>/dev/null; then
pre-commit init-templatedir ~/.git-template
fi
if [ -f $HOME/.MIKAELAGREP ] if [ -f $HOME/.MIKAELAGREP ]
then then
mv $HOME/.MIKAELAGREP $MIKAELA_GREP mv $HOME/.MIKAELAGREP $MIKAELA_GREP