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

https://github.com/micjamking/dotfiles

Mac computer setup (shell, git, et al. config files)
https://github.com/micjamking/dotfiles

Last synced: 3 months ago
JSON representation

Mac computer setup (shell, git, et al. config files)

Awesome Lists containing this project

README

          

# Mike's dotfiles (WIP)
My mac developer machine setup (shell, git, et al. config files)

## References:
- [Lars Kappert on Medium: Getting Started With Dotfiles
](https://medium.com/@webprolific/getting-started-with-dotfiles-43c3602fd789#.38k45novb)
- [Paul Irish's .dotfiles](https://github.com/paulirish/dotfiles)
- [Mathias Bynens .dotfiles](https://github.com/mathiasbynens/dotfiles)
- [dotfiles.github.io](http://dotfiles.github.io/)
- [Awesome dotfiles](https://github.com/webpro/awesome-dotfiles)

**To-Do: Setup & Installation**
```
├── brew.sh # Install command-line tools using Homebrew
├── brew-cask.sh # Install native apps
├── node.sh # Install nvm, node, and npm packages
├── backup.sh # Creates backups of settings outside of .dotfiles - https://github.com/paulirish/dotfiles/blob/master/setup-a-new-machine.sh#L7
├── install.sh # Installs Xcode command line tools, brew/brew-cask, node, wp-cli, osx settings, and symlink everything up - https://github.com/paulirish/dotfiles/blob/master/setup-a-new-machine.sh#L70
```