https://github.com/svrooij/dotfiles-mac
Setup a new mac to my liking
https://github.com/svrooij/dotfiles-mac
Last synced: 21 days ago
JSON representation
Setup a new mac to my liking
- Host: GitHub
- URL: https://github.com/svrooij/dotfiles-mac
- Owner: svrooij
- License: mit
- Created: 2020-08-01T20:35:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T21:26:05.000Z (over 4 years ago)
- Last Synced: 2025-02-14T07:17:46.139Z (2 months ago)
- Language: Makefile
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .files
These are my dotfiles (for mac). Take anything you want, but at your own risk.
## Overview
## Install
On a fresh mac run to following first to setup xcode commandline tools
```bash
sudo softwareupdate -i -a
xcode-select --install
```Continue starting the dotfiles installation
```bash
git clone https://github.com/svrooij/dotfiles-mac.git ~/.dotfiles
cd ~/.dotfiles
make
```Or remote install
```bash
bash -c "`curl -fsSL https://raw.githubusercontent.com/webpro/dotfiles/master/remote-install.sh`"
```## Inspiration
This repo is heavaly inspired by [webpro's repo](https://github.com/webpro/dotfiles).