Skip to content

Commit

Permalink
Merge pull request #5 from jessesquires/master
Browse files Browse the repository at this point in the history
Simple script to automate installation
  • Loading branch information
marcedwards committed Mar 14, 2015
2 parents 4d2a980 + f9dc2c0 commit 2b445d1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Readme.md
Expand Up @@ -27,6 +27,15 @@ Lots of great stuff for working with 3× UI and icon densities, including:

-----------------------------

### Installation

Open Terminal
````bash
$ cd /path/to/Bjango-Actions/
$ ./install.sh
````
Restart Photoshop CC 2014

### Bjango Actions.atn
The full set of Photoshop Actions. You’ll need to install the scripts for all of these actions to work.

Expand Down Expand Up @@ -56,4 +65,4 @@ All Photoshop Actions, Photoshop Panels and Automator Workflows created by Marc

More Photoshop articles and hugs can be found by visiting [bjango.com/articles/](http://bjango.com/articles/)

Follow me on Twitter for more: [@marcedwards](https://twitter.com/marcedwards)
Follow me on Twitter for more: [@marcedwards](https://twitter.com/marcedwards)
7 changes: 7 additions & 0 deletions install.sh
@@ -0,0 +1,7 @@
#!/bin/bash

# copy actions
cp Bjango\ Actions.atn /Applications/Adobe\ Photoshop\ CC\ 2014/Presets/Actions/

# copy scripts
cp Scripts/*.* /Applications/Adobe\ Photoshop\ CC\ 2014/Presets/Scripts/

0 comments on commit 2b445d1

Please sign in to comment.