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 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

> WARNING: USE AT YOUR OWN RISK

```sh
stow

stow --adopt
git restore

stow --restow # (first unstow, then stow again)

for dir in */; do
[ "$dir" = ".git/" ] || stow "$dir" --adopt --simulate
done
```