Skip to content

Commit

Permalink
docs for migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jan 24, 2015
1 parent 589a8f8 commit f49cc24
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Paul's dotfiles

This repo is mostly for me but you're welcome to make suggestions. [mathias's readme](https://github.com/mathiasbynens/dotfiles/) is the project to fork. I'm mostly catching up to him, @alrra, and @gf3.
This repo is mostly for me but you're welcome to make suggestions. [mathias's readme](https://github.com/mathiasbynens/dotfiles/) is the project to fork. I'm mostly catching up to him, @alrra, @paulmillr, @gf3.


My basic new machine setup is captured in `setup-a-new-machine.sh` which adds homebrew, z, nave, etc.
Expand Down Expand Up @@ -38,10 +38,6 @@ When setting up a new Mac, you may want to set some sensible OS X defaults:
./.osx
```

## Similar projects

I recommend getting a [`.jshintrc`](https://github.com/jshint/node-jshint/blob/master/.jshintrc) and [`.editorconfig`](http://editorconfig.org/) defined for all your projects.


## overview of files

Expand Down
23 changes: 15 additions & 8 deletions migration.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,30 @@
## Other parts of migrating to a new mac, when not using migration assistant but instead doing piecemeal migration.


* [x] .app's I really want and aren't in my caskfile.
* [ ] read `brew list` and `brew cask list` to see whats worth reinstalling

* [ ] bash history?
* [x] Wifi Settings and passwords
* `/Volumes/MacintoshHD/Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist`
* [x] `.extra`
* [x] .ssh and .gnupg
* [x] .app's I really want and aren't in my caskfile.
* [x] .osx settings
* more? https://github.com/hjuutilainen/dotfiles/blob/master/bin/osx-user-defaults.sh
* symlink https://github.com/mathiasbynens/dotfiles/pull/301
* great stuff https://github.com/paulmillr/dotfiles

* [x] Limechat settings
* `~/Library/Preferences/net.limechat.LimeChat.plist`
* [x] Automator scripts
* `~/Library/Services`
* [ ] Timestats stats
* ??
* gotta export into JSON through their UI. save somewhere hilarious

* [x] Documents folder
* [x] Photobooth pics (in dropbox) : ~/Dropbox/Public/cam
* [x] current tabs (via onetab)
* [ ] Chrome profiles and config flags
* [ ] Finder settings and TotalFinder settings
* [x] .osx settings
* more? https://github.com/hjuutilainen/dotfiles/blob/master/bin/osx-user-defaults.sh
* symlink https://github.com/mathiasbynens/dotfiles/pull/301
* great stuff https://github.com/paulmillr/dotfiles
* Not sure how to do this yet. Really want to.

* [ ] Chrome profiles and config flags? Nah
* [x] current tabs (via onetab)
5 changes: 4 additions & 1 deletion setup-a-new-machine.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# up to you (me) if you want to run this as a file or copy paste at your leisure
# copy paste this file in bit by bit.


# read migration.md where more migrationy tips are.


# https://github.com/jamiew/git-friendly
Expand Down

0 comments on commit f49cc24

Please sign in to comment.