-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
32 lines (26 loc) · 976 Bytes
/
install.conf.yaml
File metadata and controls
32 lines (26 loc) · 976 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
- defaults:
link:
create: true
relink: true
shell:
stderr: true
- clean: ["~", "~/dotfiles"]
- link:
~/.zshrc:
~/.vimrc:
~/.config/nvim/init.vim: vimrc
- shell:
- "source ~/.zshrc"
- '[ -d ~/.oh-my-zsh ] || sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"'
- create:
- ~/dracula
- ~/.nvm
- ~/Code
- shell:
- "source ~/.zshrc"
- "[ -d $DRACULA_THEME/zsh ] || git clone https://github.com/dracula/zsh $DRACULA_THEME/zsh"
- "ln -sf $DRACULA_THEME/zsh/dracula.zsh-theme ~/dotfiles/dracula.zsh-theme"
- "[ -d $DRACULA_THEME/iterm ] || git clone https://github.com/dracula/iterm $DRACULA_THEME/iterm"
- "[ -d ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions ] || git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions"
- link:
~/.oh-my-zsh/themes/dracula.zsh-theme: