23 lines
422 B
YAML
23 lines
422 B
YAML
- defaults:
|
|
link:
|
|
relink: true
|
|
|
|
- clean: ['~']
|
|
|
|
- link:
|
|
~/.config/alacritty:
|
|
create: true
|
|
path: alacritty
|
|
~/.config/nvim:
|
|
path: 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]
|