Skip to content

haysmike/dot_files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dot Files

These are my macOS config files 🤷🏻‍♂️

Useful Commands

Some useful commands when setting up a new computer...

Disable "Press and Hold"

defaults write -g ApplePressAndHoldEnabled -bool FALSE

Then, log out and back in.

Change Shell

sudo --preserve-env bash -c "echo /opt/homebrew/bin/zsh >> /etc/shells"
sudo chsh -s /opt/homebrew/bin/zsh "$USER"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages