gitconfig raise post buffer
This commit is contained in:
parent
c4a178c08f
commit
ebbbe5a7b9
6 changed files with 27 additions and 3 deletions
|
|
@ -19,3 +19,7 @@
|
|||
|
||||
[include]
|
||||
path = ~/.gitconfig.local
|
||||
[http]
|
||||
postBuffer = 524288000
|
||||
[pull]
|
||||
rebase = false
|
||||
|
|
|
|||
20
.vim/add_pkg.sh
Executable file
20
.vim/add_pkg.sh
Executable file
|
|
@ -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: >
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 6191622d5806d4448fa2285047936bdcee57a098
|
||||
1
.vim/bundle/dracula
Submodule
1
.vim/bundle/dracula
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit d15d96928dc8c8ee8197cf40ac7a3041b998bf74
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 0de4c9df21abf9256091d205148601f718d3a12c
|
||||
Subproject commit bf5d785932b5bdedcb747311a8536931dd5241cc
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 6c53da0783a15d2dcde504ae299468ac69078ebe
|
||||
Subproject commit 365231384cf9edc32b2fc34f6c3e1b31eeabfedf
|
||||
Loading…
Add table
Add a link
Reference in a new issue