forked from sobolevn/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
48 lines (39 loc) · 1.08 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
41
42
43
44
45
46
47
48
- clean: ['~']
- shell:
- [git submodule update --init --recursive, Installing submodules]
- link:
# Terminal:
~/.shell:
path: shell
create: true
~/.shell_env: shell_env
~/.bash_profile: bash_profile
~/.bashrc: bashrc
~/.zshrc: zshrc
~/.hushlogin: hushlogin
# Tools:
~/.gitconfig: gitconfig
~/.gitignore_global: gitignore
~/.httpie/config.json: httpie
# Editors settings:
~/.editorconfig: editorconfig
~/.nanorc: nanorc
# Version management:
~/.asdfrc: asdfrc
# Sublime text settings:
"~/Library/Application Support/Sublime Text 3/Packages/User":
path: sublime3-conf
create: true
- brewfile:
file: Brewfile
no-upgrage: true
- link:
~/.oh-my-zsh/custom/themes/sobole.zsh-theme: sobole-zsh-theme/sobole.zsh-theme
~/.gnupg/gpg-agent.conf: gpgagent
- asdf:
- plugin: python
url: https://github.com/tuvistavie/asdf-python.git
- plugin: nodejs
url: https://github.com/asdf-vm/asdf-nodejs.git
- plugin: ruby
url: https://github.com/asdf-vm/asdf-ruby.git