Keeps configuration files safe, organized, and collectivized.
go get github.com/kbougy/swamp
go install github.com/kbougy/swampBefore getting started, verify that you have your $GOPATH/bin as part of your path.
See here for more information: https://golang.org/doc/code.html
Move the .zshrc file into the .swamp directory
mv ~/.zshrc ~/.swamp/.zshrcAnd activate the swamp
swamp activateVerify the file exists, and that it's a symlink
ls -l ~/.zshrcDeactivate at any time
swamp deactivate- A user should be able to split their configuration files into organized groups
- A user should be able to download and install someone else's configuration files