-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
38 lines (33 loc) · 1004 Bytes
/
install.conf.yaml
File metadata and controls
38 lines (33 loc) · 1004 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
33
34
35
36
37
38
- defaults:
link:
create: true
relink: true
- clean: ['~']
- link:
~/.bash_completion: bash/bash_completion
~/.bash_completion.d: bash/bash_completion.d
~/.bash.d: bash/bash.d
~/.bash_profile: bash/bash_profile
~/.bashrc: bash/bashrc
~/.vim: vim
~/.vimrc: vim/vimrc
~/.gitconfig: git/config
~/.gitignore: git/ignore
~/.gitattributes: git/attributes
~/.gemrc: ruby/gemrc
~/.irbrc: ruby/irbrc
~/.pryrc: ruby/pryrc
~/.rspec: ruby/rspec
~/.tmux.conf: other/tmux.conf
~/.agignore: other/agignore
~/.rgignore: other/rgignore
~/.psqlrc: other/psqlrc
~/.Brewfile: other/Brewfile
~/bin/itp: bin/itp
~/bin/iterm2: bin/iterm2
- shell:
- [cp -f fonts/Monaco\ for\ Powerline.otf ~/Library/Fonts/Monaco\ for\ Powerline.otf, "Installing font 'Monaco for Powerline'"]
- create:
- ~/Library/Sounds
- shell:
- [cp -f other/FunkClassic.aiff ~/Library/Sounds/FunkClassic.aiff, "Installing pre-Big Sur Funk.aiff"]