Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 714 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 714 Bytes

dot-files

Configuration dot files

Supported environments:

  • Git Bash for Windows
  • GNU Linux

Install

Manual parts

  1. Copy .gitattributes to any git repositories you create.

  2. If you install programs that require additions to your shell (i.e. adding aliases, appending to $PATH, etc.), you will need to add them to .bash_program_setups. As these vary greatly depending on what programs you install, this cannot be automatically done.

Auto-install script

Git Bash for Windows

  1. Run Git Bash as an administrator (this is required for symlinks to work properly)

  2. Run supplied install.bash script

Linux

  1. Run supplied install.bash script (may require root permissions)