Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinschaich/dotfiles
🖥 Shell, terminal emulator, editor, and OSX setup.
https://github.com/kevinschaich/dotfiles
dotfiles iterm iterm2 mac macos macos-high-sierra macos-mojave macosx pure pure-prompt visual-studio-code vscode vscode-settings zsh zshrc
Last synced: 25 days ago
JSON representation
🖥 Shell, terminal emulator, editor, and OSX setup.
- Host: GitHub
- URL: https://github.com/kevinschaich/dotfiles
- Owner: kevinschaich
- License: mit
- Created: 2016-08-03T03:20:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T12:42:36.000Z (8 months ago)
- Last Synced: 2024-05-01T16:53:44.742Z (6 months ago)
- Topics: dotfiles, iterm, iterm2, mac, macos, macos-high-sierra, macos-mojave, macosx, pure, pure-prompt, visual-studio-code, vscode, vscode-settings, zsh, zshrc
- Language: Shell
- Homepage:
- Size: 18.9 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# dotfiles
Shell, terminal emulator, editor, and OSX setup.
![iTerm2](img/terminal.png)
![vscode](img/vscode.png)# 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`
```bash
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](https://apps.apple.com/us/app/xcode/id497799835?mt=12).
## License
MIT © [Kevin Schaich](https://kevinschaich.io)