_==_ _
_,(",)|_|
\/. \-| stowman.sh
__( : )|_ Manage your dotfiles easily.
curl -L https://raw.githubusercontent.com/ad-on-is/stowman/refs/heads/main/stowman.sh > ~/.local/bin/stowman.sh
chmod +x ~/.local/bin/stowman.sh
- Create a GitHub repository.
- Run
stowman.sh init <repo>
- Add files or folders to stowman using
stowman.sh add <file/folder>
- Push changes using
stowman.sh push
- Run
stowman.sh init <repo>
- Reload the config by using
stowman.sh reload
- Run
stowman.sh push
to update the repository. - Run
stowman.sh pull
followed bystowman.sh reload
to pull and apply the latest changes.