Skip to content

Questions  #1

Description

@mortnod

Q1: Why inline the global .git_config in the setup script?

Wouldn't it be better to add .gitconfig to the same folder as the rest of the dotfiles and then symlink it? Then you can run the following as part of the setup script:

git config --global user.name $full_name
git config --global user.email $email

The main advantage of this is at the .gitconfig is part of the dotfiles. If you change the file, the changes are automatically a part of the repo.

Q2: Why is z listed in both BREW_PACKAGES and OMF_PACKAGES?

BREW_PACKAGES="fish coreutils node pyenv python3 z yarn wget vim"
[...]
OMF_PACKAGES="z pure"

Also: The repo looks great. Definitely stealing parts of this 😄

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions