Skip to content

🖥 Shell, terminal emulator, editor, and OSX setup.

License

Notifications You must be signed in to change notification settings

kevinschaich/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Shell, terminal emulator, editor, and OSX setup.

iTerm2 vscode

Installation

Backup your Mac

bootstrap.sh installs Homebrew, various terminal and binary applications, and overrides a number of defaults on Mac OSX.

Clone & run bootstrap.sh

xcode-select --install # Only required if you haven't used Git before
cd ~
git clone https://github.com/kevinschaich/dotfiles
chmod u+x ~/dotfiles/bootstrap.sh 
~/dotfiles/bootstrap.sh

Note: If the xcode-select --install step fails, you may need to download Xcode from the Mac App Store.

License

MIT © Kevin Schaich