Major Update

- Updated repo to support both mac and kde neon
- bootstrap.sh updated to auto-detect OS and read from the required directory
- Added VIM & NeoVIM dot files
This commit is contained in:
Pratik Tripathy
2023-10-22 03:01:04 +05:30
parent 08b1d72827
commit 306fcd5c23
37 changed files with 3719 additions and 181 deletions

14
common/.gitconfig Normal file
View File

@@ -0,0 +1,14 @@
[user]
email = mail@pratik.live
name = Pratik Tripathy
[core]
autocrlf = input
editor = code --wait
[diff]
tool = vscode
[difftool "vscode"]
cmd = "code --wait --diff $LOCAL $REMOTE"
[alias]
ll = log --pretty=format:'%Cblue%cn (%ce)%Creset commited %Cred%h%Creset %Cgreen%cr%Creset:%n%B'
unstage = restore --staged .