Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/austintoddj/dotfiles

 macOS Development Environment Setup
https://github.com/austintoddj/dotfiles

bash cli dotfiles git mac macos phpstorm sublime-text vim zsh

Last synced: 3 months ago
JSON representation

 macOS Development Environment Setup

Awesome Lists containing this project

README

        



This repo contains the installation of some basic tools, some handy aliases and functions. Backups of settings are done via [Mackup](https://github.com/lra/mackup).

You can install them by cloning the repository as `.dotfiles` in your home directory and running the bootstrap script.

```
git clone [email protected]:austintoddj/dotfiles.git .dotfiles
cd .dotfiles
./bootstrap
```

The bootstrap script can be run by cd-ing into the `.dotfiles` directory and performing this command:

```bash
./bootstrap
```

## Thanks to...
- Mathias Bynens and his [dotfiles repository](https://github.com/mathiasbynens/dotfiles)
- Nicolas Gallaghar and his [dotfiles repository](https://github.com/necolas/dotfiles)
- Trevor Miller and his [dotfiles repository](https://github.com/trevordmiller/dotfiles)
- Freek Van der Herten and his [dotfiles repository](https://github.com/freekmurze/dotfiles)