You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
517 B
YAML
25 lines
517 B
YAML
- defaults:
|
|
link:
|
|
force: true
|
|
relink: true
|
|
clean:
|
|
recursive: true
|
|
|
|
- clean: ['~/.config', '/etc/nixos']
|
|
|
|
- link:
|
|
/etc/nixos/:
|
|
glob: true
|
|
path: nix/**
|
|
~/.config/fish/:
|
|
glob: true
|
|
path: fish/**
|
|
~/.config/dolphinrc: .dolphinrc
|
|
~/.config/neofetch/config.conf: .neofetch
|
|
~/.config/sublime-text/Packages/User/:
|
|
glob: true
|
|
path: sublime/**
|
|
|
|
- shell:
|
|
- [git submodule update --init --recursive, Installing submodules]
|