diff --git a/.gitconfig b/.gitconfig index c637a43..85095f7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,2 +1,2 @@ [commit] - gpgsign = false \ No newline at end of file +# gpgsign = false diff --git a/private_dot_config/httpie/config.json b/private_dot_config/httpie/config.json new file mode 100644 index 0000000..3cd9612 --- /dev/null +++ b/private_dot_config/httpie/config.json @@ -0,0 +1,5 @@ +{ + "default_options": [ + "--style=fruity" + ] +}