feat: add Vagrant file and provisioning scripts
This commit is contained in:
commit
ad2a00a42c
25 changed files with 4805 additions and 0 deletions
ansible/files
30
ansible/files/gitconfig
Normal file
30
ansible/files/gitconfig
Normal file
|
@ -0,0 +1,30 @@
|
|||
[pull]
|
||||
ff = only
|
||||
|
||||
[init]
|
||||
defaultBranch = master
|
||||
|
||||
[core]
|
||||
pager = delta --line-numbers
|
||||
|
||||
[delta]
|
||||
commit-decoration-style = bold box
|
||||
dark = true
|
||||
file-decoration-style = none
|
||||
file-style = omit
|
||||
hunk-header-decoration-style = "#cfd6ff" box
|
||||
hunk-header-file-style = bold "#FFFF7F"
|
||||
hunk-header-line-number-style = bold "#3388ff"
|
||||
hunk-header-style = file line-number syntax
|
||||
line-numbers = true
|
||||
line-numbers-left-style = "#033b5f"
|
||||
line-numbers-minus-style = "#a61142"
|
||||
line-numbers-plus-style = "#0d800d"
|
||||
line-numbers-right-style = "#033b5f"
|
||||
line-numbers-zero-style = "#cccccc"
|
||||
minus-emph-style = normal "#80002a"
|
||||
minus-style = syntax "#1f1f1f"
|
||||
plus-emph-style = normal "#003300"
|
||||
plus-style = syntax "#1f1f1f"
|
||||
side-by-side = false
|
||||
syntax-theme = Nord
|
Loading…
Add table
Add a link
Reference in a new issue