Skip to content

Commit

Permalink
feat(users/gael): auto setup git remote
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Jul 3, 2024
1 parent 979c8d6 commit ffd2686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/gael/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
# https://nixos.wiki/wiki/Jetbrains_Tools
# https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/jetbrains/plugins/plugins.json
(unstable.jetbrains.plugins.addPlugins unstable.jetbrains.phpstorm [
"github-copilot"
"symfony-support"
"php-annotations"
"nixidea"
Expand Down Expand Up @@ -562,6 +561,7 @@
init.defaultBranch = "main";
pull.rebase = true;
fetch.prune = true;
push.autoSetupRemote = true;
};
};

Expand Down

0 comments on commit ffd2686

Please sign in to comment.