41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
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
|
|
~/.config/kitty/nord.conf:
|
|
force: true
|
|
path: kitty_nord.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
|
|
- git clone --depth 1 https://github.com/AstroNvim/template ~/.config/nvim
|
|
- rm -rf ~/.config/nvim/.git |