-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
38 lines (34 loc) · 1.13 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
- defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config']
- link:
~/.bash:
~/.bashrc:
~/.gitconfig:
~/.gitignore_global:
~/.bash_profile:
~/.inputrc:
~/.ipython/profile_default/ipython_config.py: ipython/profile_default/ipython_config.py
~/.ipython/profile_default/ipython_kernel_config.py: ipython/profile_default/ipython_kernel_config.py
~/.ipython/profile_default/startup: ipython/profile_default/startup
~/.jupyter/jupyter_notebook_config.py: jupyter/jupyter_notebook_config.py
~/.jupyter/nbconfig/notebook.json: jupyter/nbconfig/notebook.json
~/.jupyter/nbconfig/common.json: jupyter/nbconfig/common.json
~/.jupyter/nbconfig/tree.json: jupyter/nbconfig/tree.json
~/.jupyter/nbextensions: jupyter/nbextensions
~/.local/share/jupyter/nbextensions: jupyter/nbextensions
~/.pythonrc:
~/.pdbrc:
~/.shell:
~/.tmux.conf:
~/.config/nvim: nvim
# - create:
- shell:
- git submodule sync --recursive
# the following have to run after linking ~/.gitconfig
- git submodule update --remote
- >
git cleanall -f
jupyter/nbextensions/