dotfiles/install.conf.yaml
2024-07-25 10:50:03 +02:00

37 lines
897 B
YAML

- defaults:
link:
relink: true
- create:
~/.ssh:
mode: 0700
~/.config/nvim:
~/.config/kitty:
~/.thunderbird:
- link:
~/.gitconfig:
path: gitconfig
~/.vimrc:
force: true
path: vimrc
~/.zshrc:
force: true
path: zshrc
~/.p10k.zsh:
force: true
path: p10k.zsh
~/.osx:
force: true
path: .osx
~/.config/kitty/kitty.conf:
force: true
path: kitty.conf
- 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}
- git clone https://github.com/sunlei/zsh-ssh ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-ssh