Skip to content

kyrivanderpoel/swamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

swamp

Keeps configuration files safe, organized, and collectivized.

go get github.com/kbougy/swamp
go install github.com/kbougy/swamp

Before 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/.zshrc

And activate the swamp

swamp activate

Verify the file exists, and that it's a symlink

ls -l ~/.zshrc

Deactivate at any time

swamp deactivate

Todo

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages