diff options
author | Adam T. Carpenter <atc@53hor.net> | 2023-11-26 23:24:35 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2023-11-26 23:24:35 -0500 |
commit | 7ae706778ea86251f3711b5defa83e975dc6be81 (patch) | |
tree | 5754fe5309ba40d699ee967d59ec96ad4436c13c | |
parent | 14a891ed00683b551c03d2beebf5f31c6d2e5b5e (diff) | |
download | dotfiles-7ae706778ea86251f3711b5defa83e975dc6be81.tar.xz dotfiles-7ae706778ea86251f3711b5defa83e975dc6be81.zip |
add gitconfig
-rw-r--r-- | .config/sway/config | 2 | ||||
-rw-r--r-- | .gitconfig | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index a2f4b96..ccb6f0b 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -185,4 +185,4 @@ for_window [class="pwcview"] floating enable ; sticky enable for_window [title="wpgtk*"] floating enable ## STARTUP -exec_always sh /usr/home/atc/.config/wpg/wp-init.sh +exec_always sh /home/atc/.config/wpg/wp-init.sh diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..1edbc46 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,10 @@ +# This is Git's per-user configuration file. +[user] + name = Adam T. Carpenter + email = atc@53hor.net + signingkey = atc@53hor.net +[init] + defaultBranch = master +[pull] + rebase = true + #rebase = true |