Skip to content

My dot files for setting up a development environment with one command.

License

Notifications You must be signed in to change notification settings

rizowski/my-dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My .Dots

OS Support

  • MacOS
  • Ubuntu Linux

Getting started

  1. Clone down the repo
  2. run ./install
  3. done

Tech used:

Notes

It's possible to accidentally leak secrets if you're not paying attention to commit changes. The install script will exclude any changes to .aws. The command to use is git update-index --assume-unchanged <files> However this needs to be ran each time the project is cloned. GNU Stow has an adopt feature which can pull in sensitive files if you're not careful. Specifically looking at .ssh given that folder is included in these dots. It may be a good idea to include a .ssh/config entry in .gitignore to prevent this from happening.

About

My dot files for setting up a development environment with one command.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published