Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS Source Code Pro font installation step #8085

Closed
ylluminate opened this issue Dec 30, 2016 · 13 comments
Closed

macOS Source Code Pro font installation step #8085

ylluminate opened this issue Dec 30, 2016 · 13 comments
Labels

Comments

@ylluminate
Copy link

ylluminate commented Dec 30, 2016

For Step 3 regarding installing Source Code Pro, it might be nice to provide macOS users a quick incantation to get the font:

brew tap caskroom/fonts
brew cask install font-source-code-pro

2021 UPDATE:

Can use the following for homebrew:

brew tap homebrew/cask-fonts
brew install --cask font-source-code-pro

But I would prefer to use a MacPorts options since we're eliminating homebrew from our workflow entirely. For now we're just manually installing fonts vs homebrew.

@nikolaiam
Copy link
Contributor

Good idea! I included your suggestion in a PR moving the installation instructions from the readme to the beginners tutorial: #8217

@syl20bnr
Copy link
Owner

@nikolaiam could you submit the change on the README.md file directly instead ?

@nikolaiam
Copy link
Contributor

Done in #8752!

@Blaisorblade
Copy link
Contributor

The PR was cherry-picked into the develop branch (though it's somehow not yet in master, which would be nice, not sure what the branch model is). Should this issue be closed?

@lambdamusic
Copy link

These days the right commands are

brew tap homebrew/cask-fonts
brew cask install font-source-code-pro

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Oct 26, 2020
@ylluminate
Copy link
Author

So close, yet so far away ;)

@mukherjeea
Copy link

mukherjeea commented Dec 17, 2020

for those who are listening to this in 2020, commands are as follows

$brew tap homebrew/cask-fonts
$brew install font-source-code-pro

@duianto
Copy link
Collaborator

duianto commented Dec 26, 2020

It looks like brew cask <command> was:

  • deprecated on 2020-12-01
  • disabled on 2020-12-21

in favor of brew <command> --cask

sources:
Homebrew/discussions#340 (comment)
ansible-collections/community.general#1524 (comment)

Can someone with knowledge about how brew and cask works, open a PR that updates the readme instructions:
https://github.com/syl20bnr/spacemacs#using-cask
https://github.com/syl20bnr/spacemacs#install-source-code-pro-font

@sshine
Copy link

sshine commented Jan 5, 2021

@ylluminate: Could you perhaps edit your original post and update the commands?

This would save a few seconds overall. :)

@duianto
Copy link
Collaborator

duianto commented Apr 1, 2021

The font installation instructions:
https://github.com/syl20bnr/spacemacs/blob/develop/README.md#install-source-code-pro-font

Have just been updated to list both the new and old syntax:
Update README.md with new Cask syntax #14576

@ylluminate
Copy link
Author

@sshine updated as you requested, but would like to see a MacPorts option since we've needed to eliminate homebrew from our workflow for various reasons.

@JAremko JAremko added the updated This issue has been updated since becoming stale label Apr 14, 2021
@lebensterben
Copy link
Collaborator

how to install a font is quite out of scope.

closing.

@lebensterben lebensterben removed the stale marked as a stale issue/pr (usually by a bot) label Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests