Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 499 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 499 Bytes

system_config_files

Miscellaneous configuration files for Macs, but should work on *nix too.

Setup [most] dotfiles, bash and git prompts by running:

# curl -s https://raw.githubusercontent.com/aloyr/system_config_files/master/setup.bash | sudo GITEMAIL="[email protected]" bash

You can optionally create a file named config on your current folder. You can create a minimal file with the following command:

# echo 'GITEMAIL="[email protected]"' > config