Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

> NO WARRANTY!

```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
```