Skip to content

Commit

Permalink
copy settings over
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Nov 18, 2011
1 parent 1c8ecc3 commit 1471da4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sublime2/copy
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
# Since Sublime is fucking insane and can't handle symlinks for the User
# directory, we'll need to manually copy stuff over.

rm -rf $ZSH/sublime2/User
cp -R ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/User $ZSH/sublime2/User
1 change: 1 addition & 0 deletions sublime2/setup
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
# Setup a machine for Sublime Text 2
set -x

Expand Down

0 comments on commit 1471da4

Please sign in to comment.