Requirements: make
-
make i-[folder_name]
- Installs the configuration files from the
folder_name
directory - Installs the aliases from the
folder_name
directory if they exist - Runs additional steps from the
install.sh
script from thefolder_name
directory, if it exists
- Installs the configuration files from the
-
make e-[folder_name]
- Extracts the configuration files into the
folder_name
directory - Extracts the aliases into the
folder_name
directory if they exist - Runs additional steps from the
extract.sh
script from thefolder_name
directory, 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.