Skip to content

Commit

Permalink
Add Nerd Fonts installation
Browse files Browse the repository at this point in the history
  • Loading branch information
aminfara committed Dec 20, 2023
1 parent 2dd40d7 commit cb38a9c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions gitconfig-template
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[init]
defaultBranch = main
[user]
email = [email protected]
name = Ali 🚶
Expand Down
2 changes: 1 addition & 1 deletion starship.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[git_branch]
symbol = " "
symbol = "\ue725 "
9 changes: 8 additions & 1 deletion zshrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,17 @@ myzsh_activate_docker() {
[ -f "$DOCKER_DIRECTORY/init-zsh.sh" ] && (source "$DOCKER_DIRECTORY/init-zsh.sh" || true)
}

# Nerd Fonts
################################################################################
myzsh_install_nerd_fonts() {
myzsh_brew_install_or_upgrade homebrew/cask-fonts/font-meslo-lg-nerd-font
myzsh_brew_install_or_upgrade homebrew/cask-fonts/font-fira-code-nerd-font
}

# Neovim
################################################################################
myzsh_install_neovim() {
myzsh_brew_install_or_upgrade homebrew/cask-fonts/font-meslo-lg-nerd-font
myzsh_install_nerd_fonts
myzsh_brew_install_or_upgrade neovim stylua
npm install -g neovim tree-sitter-cli
python3 -m pip install pynvim
Expand Down

0 comments on commit cb38a9c

Please sign in to comment.