john-s-lin / dotfiles

0 stars 0 forks source link

.dotfiles

Main setup files for all programs on a new developer machine. .zshrc will work for x86_64 and arm64 Macs and can be ported without modification.

Setup

Make sure install.sh is executable:

chmod u+x <path_to_install.sh>

Then execute the install.sh script to install everything you need. You may need sudo permissions.

# In your .dotfiles directory
./install.sh

Roadmap