Skip to content

Instantly share code, notes, and snippets.

View Gabriel-Alves-Cunha's full-sized avatar
🎯
Focusing

Gabriel Alves Cunha Gabriel-Alves-Cunha

🎯
Focusing
  • univasf
  • Brazil
View GitHub Profile
@Gabriel-Alves-Cunha
Gabriel-Alves-Cunha / .gitconfig
Created March 13, 2023 12:09
My git configuration
[user]
name = Gabriel Alves Cunha
email = [email protected]
[core]
pager = delta
[includeIf "gitdir:~/Documents/VSCode/work/"] # include for all .git projects under work/
path = ~/Documents/VSCode/work/.gitconfig.work
#!/usr/bin/lua
--[[ This file needs to be an executable, so type in your terminal:
$ chmod +x <filename>
And move it to your system's bin folder, like:
$ mv pb.lua /usr/bin/pb
Then, you can use it like this:
$ pb 12345
]]