Requirements: make
-
make i-[folder_name]- Installs the configuration files from the
folder_namedirectory - Installs the aliases from the
folder_namedirectory if they exist - Runs additional steps from the
install.shscript from thefolder_namedirectory, if it exists
- Installs the configuration files from the
-
make e-[folder_name]- Extracts the configuration files into the
folder_namedirectory - Extracts the aliases into the
folder_namedirectory if they exist - Runs additional steps from the
extract.shscript from thefolder_namedirectory, if it exists
- Extracts the configuration files into the
To fix -bash: $'\r': command not found error in Cygwin add igncr to the SHELLOPTS environment variable. On windows setx SHELLOPTS "igncr" will set the variable.