helper

My commonly used scripts and dotfiles. Maybe you'll find something useful here
git clone git://git.topo.tw/helper
Log | Files | Refs | README

README.md (289B)


      1 ## Getting Started
      2 
      3 **via curl**
      4 
      5 ```
      6 curl -fsS https://raw.githubusercontent.com/typebrook/helper/dev/bin/install.sh | bash
      7 
      8 # Or shorter
      9 curl -fsSL https://git.io/JUnU7 | bash
     10 ```
     11 **via wget**
     12 ```
     13 wget -O- https://raw.githubusercontent.com/typebrook/helper/dev/bin/install.sh | bash
     14 ```