https://github.com/jish/utils
Utility scripts that I keep re-writing =o
https://github.com/jish/utils
Last synced: about 1 year 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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T23:43:09.000Z (about 2 years ago)
- Last Synced: 2025-02-12T08:17:55.189Z (over 1 year 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 repo
2. 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