dotfiles/install.conf.yaml
2021-11-28 13:26:45 +01:00

31 lines
769 B
YAML

- defaults:
link:
relink: true
- link:
~/.gitconfig:
path: gitconfig
~/.vimrc:
force: true
path: vimrc
~/.zshrc:
force: true
path: zshrc
~/.p10k.zsh:
force: true
path: p10k.zsh
~/.config/kitty/kitty.conf:
force: true
path: kitty.conf
- create:
- ~/.ssh:
mode: 0700
- ~/.config/nvim
- ~/.thunderbird
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)", Installing OhMyZSH]
- [git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k, Installing powerlevel10k theme]