https://github.com/datvodinh/dotfiles
Simple .dotfiles for my Macbook Pro
https://github.com/datvodinh/dotfiles
brew dotfiles macos zsh
Last synced: 3 months ago
JSON representation
Simple .dotfiles for my Macbook Pro
- Host: GitHub
- URL: https://github.com/datvodinh/dotfiles
- Owner: datvodinh
- Created: 2023-12-17T13:21:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T09:50:25.000Z (over 2 years ago)
- Last Synced: 2025-02-05T23:01:33.361Z (over 1 year ago)
- Topics: brew, dotfiles, macos, zsh
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup for new Macbook
1. Install Apple's Command Line Tools, which are prerequisites for Git and Homebrew.
```bash
xcode-select --install
```
2. Clone repo into a new hidden directory.
```bash
git clone https://github.com/datvodinh/dotfiles.git ~/.dotfiles
```
3. Install using `boostrap.sh`
```bash
source ~/.dotfiles/boostrap.sh
```