mirror of
https://github.com/guilhermewerner/dotfiles
synced 2025-06-15 10:54:18 +00:00
Update scripts
This commit is contained in:
9
shared/.config/starship.toml
Normal file
9
shared/.config/starship.toml
Normal file
@ -0,0 +1,9 @@
|
||||
add_newline = false
|
||||
format = "$username$directory$git_branch$cmd_duration$character"
|
||||
|
||||
[username]
|
||||
show_always = true
|
||||
style_user = "fg:yellow"
|
||||
|
||||
[directory]
|
||||
style = "fg:cyan"
|
13
shared/.gitconfig
Normal file
13
shared/.gitconfig
Normal file
@ -0,0 +1,13 @@
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[user]
|
||||
name = Guilherme Werner
|
||||
email = guilhermewerner@tribufu.com
|
||||
[core]
|
||||
longpaths = true
|
||||
fileMode = false
|
||||
[init]
|
||||
defaultBranch = "main"
|
3
shared/.ssh/config
Normal file
3
shared/.ssh/config
Normal file
@ -0,0 +1,3 @@
|
||||
Host *
|
||||
AddKeysToAgent yes
|
||||
IdentitiesOnly yes
|
Reference in New Issue
Block a user