Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/didierofrivia/dotfiles
dd's dotfiles
https://github.com/didierofrivia/dotfiles
Last synced: 21 days ago
JSON representation
dd's dotfiles
- Host: GitHub
- URL: https://github.com/didierofrivia/dotfiles
- Owner: didierofrivia
- License: mit
- Created: 2017-04-07T23:25:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T21:50:03.000Z (6 months ago)
- Last Synced: 2024-10-11T11:15:37.918Z (about 1 month ago)
- Language: Shell
- Size: 82 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dd's dotfiles
## What's this?
Just my way of starting fresh on a new (or recently wiped) mac. Better suited for a Ruby - JS developer, with some privacy/security concerns.## First, acknowledges
Basically a big shout for the great work and dedication from all the devs listed on [Github does dotfiles project](https://dotfiles.github.io/), specially [Mathias Bynens](https://github.com/mathiasbynens). I've got pieces of codes and ideas from many of them :)## Installation
0. Before you fresh start, backup everything: for your [supported mackup apps settings](https://github.com/lra/mackup#supported-applications), run `mackup backup` and the rest, your way. (I'm using [spideroak](https://spideroak.com/))
1. Format and Update macOS to the latest version with the App Store
2. Install Xcode from the App Store, open it and accept the license agreement
3. Install macOS Command Line Tools by running `xcode-select --install`
4. Clone the repo
```bash
cd; git clone https://github.com/didierofrivia/dotfiles.git
```
* `cd dotfiles`
* Run `instal.sh`
5. Get your mackup backup from you favourite storage service, and run `mackup restore`## Feedback
Any suggestions are welcome! Give me a shout at [@didierofrivia](https://twitter.com/didierofrivia) and feel free to open an [issue](https://github.com/didierofrivia/dotfiles/issues/new).