Skip to content

dewhurstwill/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles

OSX Setup

  1. Dev Build Dependencies
xcode-select --install
  1. Homebrew
  2. Change default shell to latest version of bash installed by homebrew
sudo vi /etc/shells 

Add /usr/local/bin/bash to the top of the list of available shells

Then

chsh -s /usr/local/bin/bash

to switch

  1. Download bash_profile
curl -o ~/Downloads/.bash_profile -fsSL https://github.com/dewhurstwill/dotfiles/tree/main/.bash_profile
  1. Copy contents of downloaded bash profile to ~/.bash_profile

  2. Create a dev directory

mkdir ~/dev

DONE!

About

My dotfiles

Resources

License

Stars

Watchers

Forks

Contributors

Languages