Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/austintoddj/dotfiles
- Owner: austintoddj
- License: mit
- Created: 2017-05-04T01:35:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T02:36:21.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T06:51:53.760Z (3 months ago)
- Topics: bash, cli, dotfiles, git, mac, macos, phpstorm, sublime-text, vim, zsh
- Language: Shell
- Homepage:
- Size: 7.72 MB
- Stars: 17
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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)