kevinschaich / dotfiles

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Shell 99.5%Language:Vim Script 0.5%