https://github.com/markmur/dotfiles
Get up and running in a jiff
https://github.com/markmur/dotfiles
dotfiles
Last synced: about 2 months ago
JSON representation
Get up and running in a jiff
- Host: GitHub
- URL: https://github.com/markmur/dotfiles
- Owner: markmur
- Created: 2018-07-26T21:02:32.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T00:08:06.000Z (over 1 year ago)
- Last Synced: 2025-02-28T23:47:08.081Z (over 1 year ago)
- Topics: dotfiles
- Language: Shell
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Installation
**Note:** These dotfiles are specific to my setup. They should not be used blindly without reviewing the code first.
```bash
git clone https://github.com/markmur/dotfiles.git && cd dotfiles && source bootstrap.sh
```
### Sensible macOS defaults
When setting up a new Mac, you may want to set some sensible macOS defaults:
```bash
./.macos
```
### Install Node + Mac Apps
```bash
./apps.sh
```
### Install Homebrew formulae
When setting up a new Mac, you may want to install some common [Homebrew](https://brew.sh/) formulae (after installing Homebrew, of course):
```bash
./brew.sh
```