Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andimrob/dotfiles
🔥 dev config bootstrapping tool 🔥
https://github.com/andimrob/dotfiles
configuration-management dotfiles macos-setup shell-scripts zsh
Last synced: 2 months ago
JSON representation
🔥 dev config bootstrapping tool 🔥
- Host: GitHub
- URL: https://github.com/andimrob/dotfiles
- Owner: andimrob
- Created: 2015-06-30T02:52:31.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T19:36:42.000Z (9 months ago)
- Last Synced: 2024-04-14T08:57:04.193Z (9 months ago)
- Topics: configuration-management, dotfiles, macos-setup, shell-scripts, zsh
- Language: Shell
- Homepage: http://andimrob.github.io/dotfiles
- Size: 389 KB
- Stars: 3
- Watchers: 1
- 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 [email protected]: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
```