Skip to content
Snippets Groups Projects
Commit b90144f8 authored by Keegan Mullaney's avatar Keegan Mullaney
Browse files

update license

 On branch master
 Changes to be committed:
	modified:   LICENSE
	modified:   includes/base.lib
	modified:   includes/git.lib
	modified:   includes/software.lib
	modified:   run.sh
	modified:   scripts/aliases.sh
	modified:   scripts/git_config.sh
	modified:   scripts/linux_update.sh
	modified:   scripts/ssh_key.sh
	modified:   scripts/terminal_config.sh
	modified:   vars.sh
parent 5abcebf6
No related branches found
No related tags found
No related merge requests found
SEE: http://kma.mit-license.org
SEE: http://keegoid.mit-license.org
Loading
Loading
@@ -3,10 +3,10 @@
# A library of useful Linux functions
#
# Author : Keegan Mullaney
# Company: KM Authorized LLC
# Website: http://kmauthorized.com
# Website: http://keegoid.com
# Email : keeganmullaney@gmail.com
#
# MIT: http://kma.mit-license.org
# http://keegoid.mit-license.org
# --------------------------------------------
 
# set variables
Loading
Loading
Loading
Loading
@@ -3,10 +3,10 @@
# A library of useful git functions
#
# Author : Keegan Mullaney
# Company: KM Authorized LLC
# Website: http://kmauthorized.com
# Website: http://keegoid.com
# Email : keeganmullaney@gmail.com
#
# MIT: http://kma.mit-license.org
# http://keegoid.mit-license.org
# --------------------------------------------
 
# set variables
Loading
Loading
Loading
Loading
@@ -5,10 +5,10 @@
# install repositories and apps
#
# Author : Keegan Mullaney
# Company: KM Authorized LLC
# Website: http://kmauthorized.com
# Website: http://keegoid.com
# Email : keeganmullaney@gmail.com
#
# MIT: http://kma.mit-license.org
# http://keegoid.mit-license.org
# --------------------------------------------
 
# set variables
Loading
Loading
Loading
Loading
@@ -4,10 +4,10 @@ echo "# Quickly configures a fresh install of "
echo "# Ubuntu 14.04 x64 for a workstation. "
echo "# "
echo "# Author : Keegan Mullaney "
echo "# Company: KM Authorized LLC "
echo "# Website: http://kmauthorized.com "
echo "# Website: http://keegoid.com "
echo "# Email : keeganmullaney@gmail.com "
echo "# "
echo "# MIT: http://kma.mit-license.org "
echo "# http://keegoid.mit-license.org "
echo "# --------------------------------------------"
 
source vars.sh
Loading
Loading
Loading
Loading
@@ -3,10 +3,10 @@ echo "# --------------------------------------------"
echo "# Add some useful shell aliases. "
echo "# "
echo "# Author : Keegan Mullaney "
echo "# Company: KM Authorized LLC "
echo "# Website: http://kmauthorized.com "
echo "# Website: http://keegoid.com "
echo "# Email : keeganmullaney@gmail.com "
echo "# "
echo "# MIT: http://kma.mit-license.org "
echo "# http://keegoid.mit-license.org "
echo "# --------------------------------------------"
 
# check if user exists
Loading
Loading
Loading
Loading
@@ -3,10 +3,10 @@ echo "# --------------------------------------------"
echo "# Configure git for $USER_NAME. "
echo "# "
echo "# Author : Keegan Mullaney "
echo "# Company: KM Authorized LLC "
echo "# Website: http://kmauthorized.com "
echo "# Website: http://keegoid.com "
echo "# Email : keeganmullaney@gmail.com "
echo "# "
echo "# MIT: http://kma.mit-license.org "
echo "# http://keegoid.mit-license.org "
echo "# --------------------------------------------"
 
# configure git
Loading
Loading
Loading
Loading
@@ -3,10 +3,10 @@ echo "# --------------------------------------------"
echo "# Install and update programs. "
echo "# "
echo "# Author : Keegan Mullaney "
echo "# Company: KM Authorized LLC "
echo "# Website: http://kmauthorized.com "
echo "# Website: http://keegoid.com "
echo "# Email : keeganmullaney@gmail.com "
echo "# "
echo "# MIT: http://kma.mit-license.org "
echo "# http://keegoid.mit-license.org "
echo "# --------------------------------------------"
 
# update programs maintained by the package manager
Loading
Loading
Loading
Loading
@@ -3,10 +3,10 @@ echo "# --------------------------------------------"
echo "# Generate an SSH key pair. "
echo "# "
echo "# Author : Keegan Mullaney "
echo "# Company: KM Authorized LLC "
echo "# Website: http://kmauthorized.com "
echo "# Website: http://keegoid.com "
echo "# Email : keeganmullaney@gmail.com "
echo "# "
echo "# MIT: http://kma.mit-license.org "
echo "# http://keegoid.mit-license.org "
echo "# --------------------------------------------"
 
# generate an RSA SSH keypair if none exists
Loading
Loading
Loading
Loading
@@ -3,10 +3,10 @@ echo "# --------------------------------------------"
echo "# Configure some terminal settings. "
echo "# "
echo "# Author : Keegan Mullaney "
echo "# Company: KM Authorized LLC "
echo "# Website: http://kmauthorized.com "
echo "# Website: http://keegoid.com "
echo "# Email : keeganmullaney@gmail.com "
echo "# "
echo "# MIT: http://kma.mit-license.org "
echo "# http://keegoid.mit-license.org "
echo "# --------------------------------------------"
 
# color terminal prompts
Loading
Loading
Loading
Loading
@@ -3,10 +3,10 @@ echo "# --------------------------------------------"
echo "# Set global variables for run.sh script. "
echo "# "
echo "# Author : Keegan Mullaney "
echo "# Company: KM Authorized LLC "
echo "# Website: http://kmauthorized.com "
echo "# Website: http://keegoid.com "
echo "# Email : keeganmullaney@gmail.com "
echo "# "
echo "# MIT: http://kma.mit-license.org "
echo "# http://keegoid.mit-license.org "
echo "# --------------------------------------------"
 
# --------------------------------------------------
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment