Skip to content

shawntschwartz/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shawn's dotfiles

setup steps (for a fresh macos install)👨🏼‍💻

  1. mkdir -p ~/Developer/repos

  2. setup git ssh key

  3. setup git config name/email params

    git config --global user.name "John Doe"

    git config --global user.email [email protected]

  4. git clone [email protected]:shawntschwartz/dotfiles.git ~/Developer/repos/dotfiles

  5. cd ~/Developer/repos/dotfiles && chmod +x brew/install.sh && ./brew/install.sh

  6. chmod +x install/install-deps.sh && ./install/install-deps.sh

  7. chmod +x install/bootstrap.sh && ./install/bootstrap.sh

  8. chmod +x iterm/install.sh && ./iterm/install.sh

  9. manually load in iterm/iterm.json config file into iTerm.app

  10. chmod +x vscode/config.sh && ./vscode/config.sh

  11. chmod +x gpg/setup.sh && ./gpg/setup.sh

  12. chmod +x install/macos.sh && ./install/macos.sh

  13. chmod +x icons/set.sh && ./icons/set.sh

  14. load alfred prefs from alfred/Alfred.alfredpreferences

  15. restart computer and enjoy 😎

other apps to install (not from package managers)

thanks to...