Skip to content

Commit

Permalink
feat: fonts and startship for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
senz committed Jan 26, 2025
1 parent 0f29570 commit be1b697
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,13 @@ brew "wget"
cask "brave-browser"
# Free and open-source web browser
cask "chromium"
# Free monospaced font with programming ligatures
# Fonts with ligatures, monospaced and with symbols
cask "font-fira-code"
cask "font-noto-emoji"
cask "font-monoid-nerd-font"
cask "font-hack"
cask "font-noto-color-emoji"
cask "font-dejavu-sans-mono-nerd-font"
# Finder replacement and FTP, SFTP, WebDAV and Amazon s3 client
cask "forklift"
# Cross-platform Git credential storage for multiple hosting providers
Expand Down Expand Up @@ -103,3 +107,5 @@ brew "lazydocker"
cask "bitwarden"
# apply-user-defaults is a tool to apply mac user defaults from a file
brew "apply-user-defaults"
# startship.rs is a fast and customizable prompt for any shell!
brew "starship"

0 comments on commit be1b697

Please sign in to comment.