-
Notifications
You must be signed in to change notification settings - Fork 2
/
install.conf.yaml
38 lines (35 loc) · 1.93 KB
/
install.conf.yaml
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
33
34
35
36
37
38
- clean: ['~']
- defaults:
link:
force: true
create: true
relink: true
- shell:
- [git submodule update --init --recursive, Installing submodules]
- ["if cd ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions; then git pull; else git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions; fi", "Install/Update zsh-autosuggestions"]
- ["if cd ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search; then git pull; else git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search; fi", "Install/Update zsh-history-substring-search"]
- ["if cd ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting; then git pull; else git clone https://github.com/zsh-users/zsh-syntax-highlighting ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting; fi", "Install/Update zsh-syntax-highlighting"]
- ["if cd ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-completions; then git pull; else git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-completions; fi", "Install/Update zsh-completions"]
- link:
~/.tmux.conf: tmux.conf
~/.vim: vim/
~/.tmux: tmux/
~/.gitconfig: .gitconfig
~/.yabairc: yabairc
~/.skhdrc: skhdrc
~/.zshrc: .zshrc
~/.bashrc: .bashrc
~/.zshenv: .zshenv
~/.xonshrc: .xonshrc
~/.headline.zsh-theme: headline.zsh-theme
~/.gitignore_global: gitignore
~/.config/flake8: flake8
~/.config/alacritty.toml: alacritty.toml
~/.config/ranger/rc.conf: rc.conf
~/.config/nvim/init.vim: init.vim
~/.ipython/profile_default/ipython_config.py: ipython_config.py
~/.config/aichat: aichat/
~/.config/githooks: githooks/
~/.ignore: .ignore
~/.config/nvim/coc-settings.json: coc-settings.json
~/.hushlogin: hushlogin