Skip to content

hougasian/zshrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

.zshrc

macOS 10.15 Catalina introduced zsh as the new default shell. The MacBook Pro I had at that time didn't have zshell's native configuration file .zshrc, so i had to add from a template file.

After purchasing an Apple Silicon MBA, i realized that the rc config file just isn't there 😔 (it's here 😜)

UPDATE: New M1 MBP running macOS Monterey 12.2.1 no longer needs the template file above. Try just using the curl or wget below first.

wget/curl

curl -LJO https://raw.githubusercontent.com/hougasian/zshrc/main/.zshrc
wget --no-check-certificate --content-disposition https://raw.githubusercontent.com/hougasian/zshrc/main/.zshrc

Additional resources

zsh

Other

At the time of writing this, I decided to not run intel-based apps via Rosetta on the new Apple Silicon. I will likely switch to Hyper, and back to atom, once these Electron-based apps are updated.

About

macOS configuration file for ~/.zshrc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages