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)
- Host: GitHub
- URL: https://github.com/micjamking/dotfiles
- Owner: micjamking
- Created: 2015-12-25T19:50:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-06-10T11:20:44.000Z (about 1 year ago)
- Last Synced: 2025-06-10T11:36:58.271Z (about 1 year ago)
- Language: Vim Script
- Homepage:
- Size: 3.93 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```