Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

pirafrank/OSX_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSX utils


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.

Requirements and instructions

Please check the README inside your script of choice. Usually only macOS is needed.

OS X Services

They should work with OS X 10.8+. Tested on Mavericks and Yosemite. Some of them may work with Lion.

Installation

Scripts

  1. sudo cp nameofthescript.sh /usr/local/bin/nameofthescript

  2. sudo chmod +x /usr/local/bin/nameofthescript

Only if there is a .plist file:

  1. cp nameoftheplistfile.plist ~/Library/LaunchAgents/

  2. launchctl load ~/Library/LaunchAgents/nameoftheplistfile.plist

Aliases

Paste the content of your alias file of choice to the bottom of your ~/.bash_profile.

Services

Unzip it and copy it to ~/Library/Services.

iTerm and Terminal themes

Just double click them.

License

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.

About

Collection of OS X utilities to speed up your productivity and take care of your OS X environment. It includes bash aliases, scripts, themes for Terminal.app and iTerm2 and more.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors