-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
58 lines (44 loc) · 1.41 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
49
50
51
52
53
54
55
56
- defaults:
link:
relink: true
create: true
- clean: ['~','~/bin']
# dependency for dotbot and its plugin to perform action.
- shell:
- [git submodule update --init --recursive, Installing submodules]
- link:
#################### All the scripts function, need to export PATH=$PATH:~/bin
~/bin/:
glob: true
path: scripts/**
~/.aliases: zsh/aliases.zsh
#asdf
~/.asdf: asdf
##################### vim ####################
~/.vimrc: vimrc
~/.vim: vim
##################### zsh ####################
~/.zshrc:
path: zsh/zshrc.zsh
force: true
~/.oh-my-zsh: zsh/ohmyzsh
~/.zgenom: zsh/zgenom # manage zsh plugins
~/.p10k.zsh: zsh/p10k.zsh # p10k configure can create a configuration for powerlevel10k
##################### tmux ####################
~/.tmux.conf: tmux/tmux.conf # global customization
~/.tmux.conf.local: tmux/tmux.conf.local # local user customization
- asdf:
- plugin: python
url: https://github.com/tuvistavie/asdf-python.git
global: 3.7.12
versions:
- 3.7.12
- shell:
- command: ./vim/set-vimpowerline.sh
description: Configuring vim powerline by python
stdout: true
quiet: false
#- command: ./git/set-gitconfig.sh #set up git
# description: Configuring Git
# stdout: true
# quiet: false