Forklift pallet to install commonly used command line tools and an example of a self-installing repo built using forklift.
bash <(curl -L https://raw.githubusercontent.com/g2forge/forklift/master/install) import com.github g2forge/fl-clicommon master
- tmux
- dos2unix
- nano
- curl
- git
- make
- psmisc
- bc
- jq
- rsync
- unzip
- wget
The forklift post-import script installs the packages using forklift's ability to install OS packages. It reads the list of packages to install from the Packages section of this file, so if you wish to change the set of installed packages you need simply change that list.