-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
39 lines (35 loc) · 1.05 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
- defaults:
link:
relink: true
- clean: ['~', '~/.config', '~/.ssh']
- link:
# destination: source
# default source is destination with leading '.' removed
~/brewfile: brewfile
~/.bash_profile:
#is this the correct way to do a folder?
#~/.config/bat:
#create: true
~/.condarc:
~/.cookiecutterrc:
#this coppies the intire repo, puttin /bin/ in a fixed location
~/.dotfiles: ''
~/.gitconfig:
~/.gitignore_global:
#~/.matplotlib/matplotlibrc
#~/.ssh/config:
#create: true
#~/.tmux.conf or ~/.screenrc
#~/.vim:
~/.vimrc:
# $HOME/Library/Application Support/Code/User/settings.json: vscode.json
~/.zshrc:
- create:
- ~/.vim/undo-history
- ~/.ssh
#- ~/Backups
- shell:
- [git submodule update --init --recursive, Installing submodules]
- git config --global core.excludesfile ~/.gitignore_global
- git config --global user.name "Benjamin Rose"
# do I want shell scripts to install apps via my brewfile or install miniconda? -- not on every sysetem