Home > clifu

clifu

Clifu is a project mainly written in Shell, it's free.

Command Line Fu

clifu

Command line scripts and environment setups project taking shape before your eyes.

Setup

git clone [email protected]:synctree/clifu.git
cd clifu

echo CLIFU_HOME=${CLIFU_HOME:-`pwd`} >> ~/.bash_profile
echo source $CLIFU_HOME/setup.sh     >> ~/.bash_profile

TODO

  • Break all of the shell scripts out into package directories
  • clifu management scripts
    • list
    • install
    • uninstall
    • disable
  • Add support for remote install of new clifu packages which essentially just downloads a directory and places it into the packages.d directory