Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jish/utils
Utility scripts that I keep re-writing =o
https://github.com/jish/utils
Last synced: 4 days ago
JSON representation
Utility scripts that I keep re-writing =o
- Host: GitHub
- URL: https://github.com/jish/utils
- Owner: jish
- Created: 2013-08-26T17:54:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T23:43:09.000Z (8 months ago)
- Last Synced: 2024-10-31T17:13:49.041Z (about 2 months ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
This repo is generally split into two parts:
1. Little utilities for everyday use in `bin/`
* `pomodoro` -- start a pomodoro timer
* `readability` -- turn a URL into a content-only version using https://www.readability.com/
* `set_author` -- setup author details in a Git repo2. Scripts to help setup a new machine
* Install Homebrew packages
* Setup Vim
* Install dotfiles### Usage
Install all of the binaries in the `bin/` directory to `~/bin`:
rake install
Bootstrap a new machine:
./script/bootstrap
#### Run single one off scripts:
Install homebrew packages:
./script/packages
Setup vim:
./script/setup_vim