Skip to content

MacOS install script #83

@shivan-s

Description

@shivan-s

For the macOS install script should it refer to the /font directory as a parent?

So instead of ./font

#!/bin/bash

# remove all fonts from ~/library/fonts that start with "monaspace"
rm -rf ~/library/fonts/monaspace*

# copy all fonts from ./otf to ~/library/fonts
cp ./fonts/otf/* ~/library/fonts

# copy variable fonts from ./variable to ~/library/fonts
cp ./fonts/variable/* ~/library/fonts

We have ../font

#!/bin/bash

# remove all fonts from ~/library/fonts that start with "monaspace"
rm -rf ~/library/fonts/monaspace*

# copy all fonts from ./otf to ~/library/fonts
cp ../fonts/otf/* ~/library/fonts

# copy variable fonts from ./variable to ~/library/fonts
cp ../fonts/variable/* ~/library/fonts

Happy to contribute to this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions