Skip to content

wangpf1129/Dev-Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

MacOS dev environment setup

Here is my memo for setting up the development environment on my Mac.

Software

Commonly used CLI and GUI

Formulae

brew install \
	docker \
	git \
	tokei \
	tldr \
	htop \

Casks

brew install --cask \
	1password \
	arc \
	chatgpt \
	fork \
	google-chrome \
	iterm2 \
	keka \
	orbstack \
	surge \
	mos \
	switchhosts \
	the-unarchiver \
	typora \
	utools \
	istat-menus \
	bob \
	visual-studio-code \
	xcodes \
	jetbrains-toolbox \
	input-source-pro \

Terminal

plugins

plugins=(
	git 
	history 
	history-substring-search 
	wd 
	node 
	npm 
	web-search 
	last-working-dir  
	zsh-autosuggestions  
	zsh-syntax-highlighting 
	you-should-use
)
  • font-jetbrains-mono

  • font-meslo-lg-nerd-font

  • iterm2

  • keka

  • p11-kit

  • powerlevel10k

  • zoxide

alias

alias cls="clear"
alias p='pnpm'
alias cd="z"
alias ls="eza --icons=always --color=always --git"

Nodejs

NVM- Node Version Manager

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash

PNPM- Fast, disk space efficient package manager

npm install -g pnpm

About

MacOS Development environment setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published