Skip to content

Commit

Permalink
refactor: remove outdated cask-fonts
Browse files Browse the repository at this point in the history
Signed-off-by: Sébastien Elet <[email protected]>
  • Loading branch information
SebastienElet committed Jun 26, 2024
1 parent a819fd6 commit e3d88b3
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ work: \
aws \
docker \
doppler \
gh \
javascript \
postgresql \
tableplus
Expand All @@ -118,6 +119,11 @@ gnupg: brew ${BREW_BIN}/gpg
${BREW_BIN}/gpg:
brew install gnupg

gh: brew ${BREW_BIN}/gh
${BREW_BIN}/gh:
brew install gh
gh extension install github/gh-copilot

lazydocker: brew ${BREW_BIN}/lazydocker
${BREW_BIN}/lazydocker:
brew install jesseduffield/lazydocker/lazydocker
Expand Down Expand Up @@ -230,15 +236,12 @@ ${BREW_BIN}/tldr:

font-fira-code: ~/Library/Fonts/Fira\ Code\ Retina\ Nerd\ Font\ Complete.otf
~/Library/Fonts/Fira\ Code\ Retina\ Nerd\ Font\ Complete.otf:
brew tap homebrew/cask-fonts
brew install font-fira-code-nerd-font
font-iosevka: ~/Library/Fonts/Iosevka\ Thin\ Nerd\ Font\ Complete.ttf
~/Library/Fonts/Iosevka\ Thin\ Nerd\ Font\ Complete.ttf:
brew tap homebrew/cask-fonts
brew install font-iosevka-nerd-font
font-jetbrains-mono: ~/Library/Fonts/JetBrains\ Mono\ Regular\ Nerd\ Font\ Complete.ttf
~/Library/Fonts/JetBrains\ Mono\ Regular\ Nerd\ Font\ Complete.ttf:
brew tap homebrew/cask-fonts
brew install font-jetbrains-mono-nerd-font

fzf: ~/.fzf
Expand Down Expand Up @@ -305,7 +308,6 @@ ${BREW_BIN}/brew:
chmod +x /tmp/brew-installer.sh
/tmp/brew-installer.sh
brew tap gapple/services
brew tap homebrew/cask-fonts

bars: node ${NPM_BIN}/bars
${NPM_BIN}/bars:
Expand Down Expand Up @@ -351,10 +353,6 @@ google-chrome: brew /Applications/Google\ Chrome.app
${BREW_BIN}/pinentry-mac:
brew install pinentry-mac

gh: brew ${BREW_BIN}/gh
${BREW_BIN}/gh:
brew install github/gh/gh

gpg-config:
echo 'use-agent' > ~/.gnupg/gpg.conf
echo 'use-standard-socket' > ~/.gnupg/gpg-agent.conf
Expand Down

0 comments on commit e3d88b3

Please sign in to comment.