25 lines
459 B
YAML
25 lines
459 B
YAML
- defaults:
|
|
create: true
|
|
link:
|
|
relink: true
|
|
|
|
- clean: ['~']
|
|
|
|
- link:
|
|
~/.config/alacritty:
|
|
~/.config/sway:
|
|
~/.config/waybar:
|
|
~/.config/rofi:
|
|
~/.config/yazi:
|
|
~/.config/nvim:
|
|
~/.zshrc:
|
|
~/.oh-my-zsh:
|
|
path: ohmyzsh
|
|
create: true
|
|
~/.local/bin/open.sh:
|
|
|
|
- shell:
|
|
- [git submodule update --init --recursive, Installing submodules]
|
|
- [cp -r omz-custom/* ohmyzsh/custom]
|
|
- [cat to_install.txt]
|