Skip to content

Make zshrc portable #1

@svarlet

Description

@svarlet

The export statements notably set up the PATH variable with values that changes between computers.

  • Option 1 (easy):
    • extract them to another file which can be setup differently on many machines
    • source that file
  • Option 2 (complex) : script the entire configuration of the machine (ports, manually installed software, etc.) so all machine are identical.

These 2 options are not exclusive.

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