From ebbbe5a7b939afc5ad74833cc1bb9abb89f54b7d Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Thu, 10 Feb 2022 07:44:50 +0100 Subject: [PATCH] gitconfig raise post buffer --- .gitconfig | 4 ++++ .vim/add_pkg.sh | 20 ++++++++++++++++++++ .vim/bundle/base16-vim | 1 - .vim/bundle/dracula | 1 + .vim/bundle/vim-airline | 2 +- .vim/bundle/vim-fugitive | 2 +- 6 files changed, 27 insertions(+), 3 deletions(-) create mode 100755 .vim/add_pkg.sh delete mode 160000 .vim/bundle/base16-vim create mode 160000 .vim/bundle/dracula diff --git a/.gitconfig b/.gitconfig index 856b7fc..2c52e53 100644 --- a/.gitconfig +++ b/.gitconfig @@ -19,3 +19,7 @@ [include] path = ~/.gitconfig.local +[http] + postBuffer = 524288000 +[pull] + rebase = false diff --git a/.vim/add_pkg.sh b/.vim/add_pkg.sh new file mode 100755 index 0000000..30732ff --- /dev/null +++ b/.vim/add_pkg.sh @@ -0,0 +1,20 @@ +#!/usr/bin/env bash + +# Ensure we are in the .vim subdirectory of the dotfiles repository +if [ $(basename $PWD) == '.vim' && ]; then + echo "we are in vim" +else + echo "not in .vim" +fi + + + +#Since color schemes, loaded with `:colorscheme`, are found below +#"pack/*/start" and "pack/*/opt", you could put them anywhere. We recommend +#you put them below "pack/*/opt", for example +#".vim/pack/mycolors/opt/dark/colors/very_dark.vim". +# +#Filetype plugins should go under "pack/*/start", so that they are always +#found. Unless you have more than one plugin for a file type and want to +#select which one to load with `:packadd`. E.g. depending on the compiler +#version: > diff --git a/.vim/bundle/base16-vim b/.vim/bundle/base16-vim deleted file mode 160000 index 6191622..0000000 --- a/.vim/bundle/base16-vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6191622d5806d4448fa2285047936bdcee57a098 diff --git a/.vim/bundle/dracula b/.vim/bundle/dracula new file mode 160000 index 0000000..d15d969 --- /dev/null +++ b/.vim/bundle/dracula @@ -0,0 +1 @@ +Subproject commit d15d96928dc8c8ee8197cf40ac7a3041b998bf74 diff --git a/.vim/bundle/vim-airline b/.vim/bundle/vim-airline index 0de4c9d..bf5d785 160000 --- a/.vim/bundle/vim-airline +++ b/.vim/bundle/vim-airline @@ -1 +1 @@ -Subproject commit 0de4c9df21abf9256091d205148601f718d3a12c +Subproject commit bf5d785932b5bdedcb747311a8536931dd5241cc diff --git a/.vim/bundle/vim-fugitive b/.vim/bundle/vim-fugitive index 6c53da0..3652313 160000 --- a/.vim/bundle/vim-fugitive +++ b/.vim/bundle/vim-fugitive @@ -1 +1 @@ -Subproject commit 6c53da0783a15d2dcde504ae299468ac69078ebe +Subproject commit 365231384cf9edc32b2fc34f6c3e1b31eeabfedf