Skip to content

Instantly share code, notes, and snippets.

@lm-tam
lm-tam / .zshrc
Created August 18, 2023 15:34
Backup .zshrc
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
# Change the terminal title
echo -n -e "\033]0;Erik's Terminal\007"
# Other useful alias
alias grep='grep --color'
alias c='clear'
@lm-tam
lm-tam / nerd_fonts.sh
Created December 8, 2022 04:35 — forked from davidteren/nerd_fonts.md
Install Nerd Fonts via Homebrew [updated & fixed]
# Nerd Fonts for your IDE
# https://www.nerdfonts.com/font-downloads
brew tap homebrew/cask-fonts && brew install --cask font-3270-nerd-font
brew tap homebrew/cask-fonts && brew install --cask font-fira-mono-nerd-font
brew tap homebrew/cask-fonts && brew install --cask font-inconsolata-go-nerd-font
brew tap homebrew/cask-fonts && brew install --cask font-inconsolata-lgc-nerd-font
brew tap homebrew/cask-fonts && brew install --cask font-inconsolata-nerd-font
brew tap homebrew/cask-fonts && brew install --cask font-monofur-nerd-font
brew tap homebrew/cask-fonts && brew install --cask font-overpass-nerd-font
@lm-tam
lm-tam / Setup-CheatSheet.txt
Last active August 26, 2022 15:53
Setup environment MacOS
# Install Nerd-font
brew tap homebrew/cask-fonts
brew install --cask font-hack-nerd-font