Stow your dotfiles
```sh git clone https://github.com/JakeRoggenbuck/stow-squid.git
cargo install --path .
mkdir -p ~/.config/stow-squid/ && cp example-config.toml ~/.config/stow-squid/stow-squid.toml ```
For all verbs, the name is of a specific dotfile and is optional. Including a name will only run the verb on that dotfile. Without a name, it will run the verb on all the dots in the config.
This is to update your dotfiles (that are scattered around your machine) to your git repo
stow-squid save <name>
This is to place all your dotfiles from your git repo to all the various places they might go
stow-squid deploy <name>
stow-squid list
```toml
[[files]] name = "" origin = "" deployed = "" ```
```toml [[files]] name = "bspwm" origin = "/home/jake/Build/dotfiles/bspwm/bspwmrc" deployed = "/home/jake/.config/bspwm/bspwmrc"
[[files]] name = "alacritty" origin = "/home/jake/Build/dotfiles/alacritty/alacritty.yml" deployed = "/home/jake/.config/alacritty/alacritty.yml"
[[files]] name = "bashrc" origin = "/home/jake/Build/dotfiles/.bashrc" deployed = "/home/jake/.bashrc"
[[files]] name = "sxhkd" origin = "/home/jake/Build/dotfiles/sxhkd/sxhkdrc" deployed = "/home/jake/.config/sxhkd/sxhkdrc"
```
```
USAGE:
drop
FLAGS: -h, --help Prints help information -V, --version Prints version information
ARGS: