ARCHIVED REPO
This repo has been archived. Scripts and new content can be found in my dotfiles repository.
Original content follows.
As a developer and Mac user I have some needs to speed up my workflow. That's why a coded these utilities. And because sharing is caring I've put them on a repo.
You don't need to be a developer to find some of them useful, although you may be if you're reading this!
To those who code, I hope you find here something you like as much as I do.
Please check the README inside your script of choice. Usually only macOS is needed.
They should work with OS X 10.8+. Tested on Mavericks and Yosemite. Some of them may work with Lion.
-
sudo cp nameofthescript.sh /usr/local/bin/nameofthescript
-
sudo chmod +x /usr/local/bin/nameofthescript
Only if there is a .plist file:
-
cp nameoftheplistfile.plist ~/Library/LaunchAgents/
-
launchctl load ~/Library/LaunchAgents/nameoftheplistfile.plist
Paste the content of your alias file of choice to the bottom of your ~/.bash_profile
.
Unzip it and copy it to ~/Library/Services
.
Just double click them.
The software in this repository is released under the GNU GPLv3 License by Francesco Pira (dev[at]fpira[dot]com, fpira.com). You can read the terms of the license here.