An open API service indexing awesome lists of open source software.

https://github.com/zedkaido/dotfiles

Based .FILES ¯\_(ツ)_/¯
https://github.com/zedkaido/dotfiles

alacritty dotfiles duotone-colors no-colors no-syntax-highlighting qutebrowser skhdrc stow suckless tmux vim w3m yabai

Last synced: about 1 month ago
JSON representation

Based .FILES ¯\_(ツ)_/¯

Awesome Lists containing this project

README

        

> WARNING: USE AT YOUR OWN RISK

```sh
stow
stow --override
stow --adopt # adopts file
stow --restow # (first unstow, then stow again)

# stow all dirs at once (not recommended)
for dir in */; do
[ "$dir" = ".git/" ] || stow "$dir" --simulate
done
```