Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dotfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
James Vasile
Dotfiles
Commits
6bff746f
Commit
6bff746f
authored
5 months ago
by
James Vasile
Browse files
Options
Downloads
Patches
Plain Diff
Add git config
parent
dfe1dd4b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
files/.gitconfig
+62
-0
62 additions, 0 deletions
files/.gitconfig
with
62 additions
and
0 deletions
files/.gitconfig
0 → 100644
+
62
−
0
View file @
6bff746f
[core]
editor
=
vim
excludesfile
=
~/.gitignore
quotepath
=
false
[user]
email
=
james@jamesvasile.com
name
=
James Vasile
[alias]
co
=
checkout
lol
=
log --graph --decorate --pretty=oneline --abbrev-commit
lola
=
log --graph --decorate --pretty=oneline --abbrev-commit --all
cp
=
cherry-pick
[rebase]
autosquash
=
true
autostash
=
true
[color]
ui
=
auto
[credential]
helper
=
store
[diff]
tool
=
kitty
guitool
=
kitty.gui
[difftool]
prompt
=
false
trustExitCode
=
true
[difftool "kitty"]
cmd
=
kitty +kitten diff $LOCAL $REMOTE
[difftool "kitty.gui"]
cmd
=
kitty kitty +kitten diff $LOCAL $REMOTE
[merge]
ff
=
no
commit
=
no
[multi]
root
=
~/src
root
=
~/.password-store
root
=
/usr/local/src
root
=
/usr/local/stow
our
=
https://code.jamesvasile.com/james
our
=
https://github.com/jvasile
our
=
https://github.com/opentechstrategies
default
=
rebase: --quiet
default
=
status: --short
[rerere]
enabled
=
1
[init]
defaultBranch
=
main
[filter "lfs"]
required
=
true
clean
=
git-lfs clean -- %f
smudge
=
git-lfs smudge -- %f
process
=
git-lfs filter-process
[push]
default
=
current
[safe]
directory
=
/etc/tinc/ots
directory
=
/opt/keyd
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment