Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
Based .FILES ¯\_(ツ)_/¯
- Host: GitHub
- URL: https://github.com/zedkaido/dotfiles
- Owner: zedkaido
- License: other
- Created: 2024-09-18T14:19:20.000Z (about 2 months ago)
- Default Branch: osx
- Last Pushed: 2024-10-27T16:43:57.000Z (11 days ago)
- Last Synced: 2024-10-27T18:07:25.793Z (11 days ago)
- Topics: alacritty, dotfiles, duotone-colors, no-colors, no-syntax-highlighting, qutebrowser, skhdrc, stow, suckless, tmux, vim, w3m, yabai
- Language: Shell
- Homepage: https://www.gnu.org/software/stow/
- Size: 200 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```