dotfiles/install.conf.yaml

29 lines
714 B
YAML
Raw Normal View History

2019-05-05 19:24:14 +02:00
- link:
~/.zshrc:
force: true
path: config/zshrc
~/.gitconfig:
force: true
path: config/git/gitconfig
~/.gitignore:
force: true
path: config/git/gitignore
2019-05-05 23:13:17 +02:00
~/.atom/:
glob: true
path: config/atom/*
relink: true
force: true
~/.ssh/config:
path: config/ssh/config
force: true
2019-08-07 07:55:59 +02:00
~/.zfunctions/prompt_pure_setup:
path: pure/pure.zsh
force: true
~/.zfunctions/async:
path: pure/async.zsh
force: true
2019-05-05 19:24:14 +02:00
- shell:
- [sudo apt install zsh build-essential inotify-tools -y, Installing base packages]
2019-05-05 19:24:14 +02:00
- [git submodule update --init --recursive, Updating submodules]