dotfiles/install.conf.yaml

19 lines
388 B
YAML

- shell:
- [git submodule update --init --recursive, Updating submodules]
- create:
- ~/.config
- ~/.config/fish
- link:
~/.gitconfig: config/git/gitconfig
~/.gitignore: config/git/gitignore
~/.ssh/config: config/ssh/config
~/.config/fish:
glob: true
path: config/fish/*
- shell:
-
command: ./scripts/fisher.sh
stdout: true