Skip to content

east825/pot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POT

Pot is a simple dotfiles manager written in Python. It has simple command line interface that allows you to automatize some common operations with configuration files.

Directory format

.pot
├── config.yaml
└── dotfiles
    ├── .git
    ├── .gitignore
    ├── .gitmodules
    ├── README.md
    ├── spread.sh
    ├── .vim
    └── .vimrc

As you see all configuration stored in config.yaml. It may seems you familiar if you worked with static site genetators like Jekyll or Obraz before.

About

Simple dotfiles manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages