-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
40 lines (40 loc) · 1.27 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
39
40
- clean: ['~']
- defaults:
link:
relink: true
- shell:
- [git submodule update --init --recursive, Installing submodules]
- ["mkdir -p ~/.config/nvim/{backup,swap,undo}", Creating nvim backup dirs]
- ["touch ~/.config/nvim/local.vimrc", Touching local vimrc]
- ["git config --global core.excludesfile ~/.gitignore_global"]
- ["git config --global rerere.enabled true"]
- link:
~/.dotfiles: '.'
~/.zlogin: zlogin
~/.zshrc: zshrc
~/.tmux.conf: tmux.conf
~/.clang-format: clang-format
~/.ctags: ctags
~/.config/flake8: flake8
~/.config/nvim/init.vim: nvimrc
~/.config/nvim/after/ftplugin:
create: true
path: nvim/after/ftplugin/
~/.config/nvim/UltiSnips:
path: nvim/UltiSnips/
~/.config/nvim/autoload/plug.vim:
create: true
path: external/vim-plug/plug.vim
~/.gitignore_global: gitignore_global
~/.taskrc-light: taskrc-light
~/.taskrc-dark: taskrc-dark
~/.p10k.zsh: p10k.zsh
~/.local/bin/brew_pyenv_setup:
create: true
path: scripts/brew_pyenv_setup.py
~/.config/sheldon/plugins.toml:
create: true
path: sheldon-plugins.toml
~/.local/bin/backup_server_to_disk:
create: true
path: scripts/backup_server_to_disk.sh