Skip to main content

Stow-like application for keeping your dot-files under version control

Project description

stowage

stowage badge

stowage badge

travis badge

travis badge

Stow-like designed for keeping dotfiles under version control, written in python

Installation

Assuming Python’s pip is installed (for Debian-based systems, this can be installed with sudo apt-get install python-pip), stowage can be installed directly from PyPI:

pip install stowage

Python versions 3.3+ (and 2.6+) are supported and tested against.

Quick start

  1. Setup your dotfiles repo (by default stowage assumes its at ~/dotfiles, but it could be anywhere)

mkdir ~/dotfiles
cd ~/dotfiles
git init
  1. Create one or more dotfile ‘packages’

# An example, making one for your .vimrc
# Notice that we can call it _vimrc instead of .vimrc, making it visible /
# easier to interact with
mkdir ~/dotfiles/vim
cp ~/.vimrc ~/dotfiles/vim/_vimrc
  1. Activate stowage

stowage vim

Now, your ~/.vimrc has been replaced by a symlink to the ~/dotfiles/vim/_vimrc file, enabling the ~/dotfiles directory to be more easily put into version control.

Full usage

usage: stowage [-h] [-n] [-v] [-s SOURCE] [-d DESTINATION] [-b BACKUP] [-B]
               [packages [packages ...]]

Symlink files recursively, good for dotfiles.

positional arguments:
  packages              one or more packages

optional arguments:
  -h, --help            show this help message and exit
  -n, --dryrun          dryrun, just simulate
  -v, --verbose         increase output verbosity
  -s SOURCE, --source SOURCE
                        stowage source directory
  -d DESTINATION, --destination DESTINATION
                        stowage destination directory
  -b BACKUP, --backup BACKUP
                        stowage backup directory
  -B, --skip-backup     skip making backups

Contributing

New features, tests, and bug fixes are welcome!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stowage-0.1.9.tar.gz (19.2 kB view details)

Uploaded Source

Built Distribution

stowage-0.1.9-py2.py3-none-any.whl (6.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file stowage-0.1.9.tar.gz.

File metadata

  • Download URL: stowage-0.1.9.tar.gz
  • Upload date:
  • Size: 19.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for stowage-0.1.9.tar.gz
Algorithm Hash digest
SHA256 6d65487f4eec3efc40fe444d9768094a973f208b35ec6f4a52a00a11151b3d4c
MD5 1184a797d6ce473f6c9b7765a34aabc7
BLAKE2b-256 4e62322a3d3b7822a695ac099b52f16043f14e3712666bfd4ef325f9dbe5708a

See more details on using hashes here.

File details

Details for the file stowage-0.1.9-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for stowage-0.1.9-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8e562bf212af2351d199b41a5d78cc65d0f61f7ed1a5069d7bb1ad21f02d93cb
MD5 c3f963a28cafac23844bce0ca69e3800
BLAKE2b-256 d2029266cc70731f72f297fab30dff73566af7f0950be75dc7a5a77c0ecfaff5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page