Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simenandre/dotfiles
My Development Environment
https://github.com/simenandre/dotfiles
dotfiles homebrew macos osx
Last synced: about 1 month ago
JSON representation
My Development Environment
- Host: GitHub
- URL: https://github.com/simenandre/dotfiles
- Owner: simenandre
- Created: 2020-07-21T14:18:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T15:29:55.000Z (2 months ago)
- Last Synced: 2024-11-30T21:43:21.636Z (about 1 month ago)
- Topics: dotfiles, homebrew, macos, osx
- Language: Lua
- Homepage:
- Size: 137 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My Development Setup
## Quickstart
First, you need to [install Brew](https://brew.sh). After which, you'll need to [get YADM going](https://yadm.io/docs/install).
```shell
cobraz@something-mac-something ~ % yadm clone [email protected]:cobraz/dotfiles.git
cobraz@something-mac-something ~ % brew bundle
cobraz@something-mac-something ~ % sh bootstrap.sh
```The last command will run for a while. It runs all Mac OSX defaults and stuff, so – i'll take some time!