mirror of
https://github.com/bytequill/dotfiles.git
synced 2025-08-01 21:56:56 +02:00
13 lines
294 B
Bash
Executable File
13 lines
294 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# TODO: Implement an auto update functionality
|
|
# - Stow on file added?
|
|
# - Auto fetch vc and stow
|
|
|
|
# TODO: Implement cli arguments. Empty args should just stow:
|
|
# - Unstow
|
|
# - Handling of above mentioned auto functions
|
|
# - Adopt(Overwrite) option
|
|
|
|
stow --no-folding --target $HOME .
|