https://github.com/andimrob/dotfiles
My dev env configuration and bootstrapping tool
https://github.com/andimrob/dotfiles
configuration-management dotfiles macos-setup shell-scripts zsh
Last synced: 5 months ago
JSON representation
My dev env configuration and bootstrapping tool
- Host: GitHub
- URL: https://github.com/andimrob/dotfiles
- Owner: andimrob
- Created: 2015-06-30T02:52:31.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2025-11-03T22:42:43.000Z (8 months ago)
- Last Synced: 2025-11-04T00:17:52.468Z (8 months ago)
- Topics: configuration-management, dotfiles, macos-setup, shell-scripts, zsh
- Language: Shell
- Homepage: http://andimrob.github.io/dotfiles
- Size: 464 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rob's kickass dotfiles
### Installation
If this is a fresh MacOS installation first we need Xcode:
```
sudo xcode-select --install
```
Next we clone the repo and run the installation script:
```
git clone git@github.com:andimrob/dotfiles.git && cd dotfiles && ./install
```
On a fresh macOS installation we will also want to install all our apps and tools using brew at this point:
```
brew bundle install --global
```