#!/bin/env fish begin set -l dir (status dirname) source "$dir/../../Scripts/software.fish" function installSW npm install --global n end function configureSW n install latest end runInstaller $argv end