Skip to content

This is my public Bash and PowerShell script function library.

License

Notifications You must be signed in to change notification settings

kbeckman/Scripts-Settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts-Settings

This is my personal collection of Windows, Mac and Linux scripts used to automate system functions, virtual machine maintenance, etc. Contained within are various PowerShell and Bash scripts that make my life easier as a developer.

PowerShell Initial Setup

  1. Copy the contents of \Windows\PowerShell\profile-system.ps1 into your personal PowerShell profile script (%HOME%\My Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1).
  2. Re-Source your profile script... . $PROFILE

Bash Setup

Clone this repository to your $HOME directory:

git clone git@github.com:kbeckman/Scripts-Settings.git ~

Run the following command to add a line to your ~/.bashrc or ~/.zshenv file:

echo ". ~/Scripts-Settings/Bash/environment-setup.sh" >> ~/.zshenv

Re-source your ~/.bashrc or ~/.zshenv file:

. ~/.zshenv

About

This is my public Bash and PowerShell script function library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published