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

now,I add support for macOS package manager homebrew #58

Closed
KarlZeo opened this issue Sep 19, 2019 · 9 comments
Closed

now,I add support for macOS package manager homebrew #58

KarlZeo opened this issue Sep 19, 2019 · 9 comments

Comments

@KarlZeo
Copy link

KarlZeo commented Sep 19, 2019

I add support for homebrew cask.

This is commit link

install command:

brew tap homebrew/cask-fonts 
brew cask install font-cascadia
@zl939144892
Copy link

image

@KarlZeo
Copy link
Author

KarlZeo commented Sep 19, 2019

@zl939144892
before you install ,you must install the fonts cask .

Install Command

brew tap homebrew/cask-fonts  

@zl939144892
Copy link

@zl939144892
before you install ,you must install the fonts cask .

Install Command

brew tap homebrew/cask-fonts  

Oh, very thanks! Learn it!

@KarlZeo KarlZeo closed this as completed Sep 26, 2019
@shmidt
Copy link

shmidt commented Sep 5, 2020

Does it install Cascadia-PL as well?

@jyzhao
Copy link

jyzhao commented Oct 23, 2020

Does it install Cascadia-PL as well?

you will execute:
brew cask install font-cascadia-code-pl

@squatto
Copy link

squatto commented Nov 18, 2020

For anybody that ends up here looking for the brew command for this font, it isn't named font-cascadia anymore. These are the available fonts:

brew cask install font-cascadia-code
brew cask install font-cascadia-code-pl
brew cask install font-cascadia-mono
brew cask install font-cascadia-mono-pl

Make sure to do this first or the fonts won't be found:

brew tap homebrew/cask-fonts

@sebagomez
Copy link

As of 2021, you must still run brew tap homebrew/cask-fonts, but then use brew install --cask <font> instead of brew cask install <font>

hussainweb added a commit to hussainweb/dotfiles that referenced this issue Feb 20, 2021
@hugows
Copy link

hugows commented Jul 28, 2021

In my system today:

brew install --cask font-cascadia-code font-cascadia-code-pl font-cascadia-mono font-cascadia-mono-pl

@noname-03
Copy link

brew install --cask font-cascadia-code

thanks it's work for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants