Skip to content

libook/IdleBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IdleBox

My shell toolkit.

Installation

Make sure that you have zsh and oh-my-zsh installed.

with curl

zsh -c "$(curl -fsSL https://raw.githubusercontent.com/libook/IdleBox/master/install)"
# Or install all dependences via:
zsh -c "$(curl -fsSL https://raw.githubusercontent.com/libook/IdleBox/master/install-all)"

with wget

zsh -c "$(wget https://raw.githubusercontent.com/libook/IdleBox/master/install -O -)"
# Or install all dependences via:
zsh -c "$(wget https://raw.githubusercontent.com/libook/IdleBox/master/install-all -O -)"

Change configuration in ~/.idlebox/config

Directory Structure

.
├── LICENSE           - Just license.
├── README.md         - The manual which you are reading now.
├── config.example    - An example of configure file.
├── scripts           - Directory of scripts.
│   ├── private/      - Git will ignore this directory.
│   └── public/       - All public scripts.
├── zshrc             - Main "run command" file of zsh.
└── zshrcs            - Directory of extra "run command" files.
    ├── private/      - Git will ignore this directory.
    └── public/       - All public "run command" files.