-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
114 lines (84 loc) · 2.72 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
- defaults:
link:
create: true
relink: true
- clean: ["~"]
- link:
#git
~/.gitconfig: config/general/.gitconfig
~/.gitignore_global: config/general/.gitignore_global
#curl
~/.curlrc: config/general/.curlrc
#wget
~/.wgetrc: config/general/.wgetrc
#htop
~/.config/htop/htoprc: config/general/.htoprc
#nano
~/.nanorc: config/general/.nanorc
~/.config/nano/nano-syntax-highlighting: config/nano-syntax-highlighting
~/epx.nanorc: config/general/epx.nanorc
#screen
~/.screenrc: config/ExtremeUltimateBashrc/support/_screenrc
#latexmk
~/.config/latexmk/latexmkrc: config/latexmk/latexmkrc
#zathura
~/.config/zathura/zathurarc: config/zathura/zathurarc
#lazygit
~/.config/lazygit: config/lazygit
#ranger
~/.config/ranger: config/ranger
#bpytop
~/.config/bpytop: config/bpytop
#readline
~/.inputrc: config/ExtremeUltimateBashrc/support/_inputrc
#Bash
~/.bashrc: config/ExtremeUltimateBashrc/_bashrc
~/.envrc: config/general/.envrc
~/.bashrc_help: config/ExtremeUltimateBashrc/_bashrc_help
~/.bashrc_prompt: config/general/.bashrc_prompt
~/.bash_aliases: config/general/.bash_aliases
#profile
~/.profile: config/general/.profile
#vimrc
~/.vimrc: config/general/.vimrc
~/.vim_runtime: config/vim
~/.vim_runtime/syntax: config/vimrc/syntax
~/.vim_runtime/ftdetect: config/vimrc/ftdetect
~/.vim_runtime/colors: config/vimrc/colors
~/.vim_runtime/my_configs.vim: config/vimrc/my_configs.vim
#micro
~/.config/micro/settings.json: config/micro/settings.json
~/.config/micro/bindings.json: config/micro/bindings.json
~/.config/micro/syntax/europlexus.yaml: config/micro/syntax/europlexus.yaml
#tmux
~/.tmux.conf: config/tmux/.tmux.conf
~/.config/tmux/tmux-modern.conf: config/tmux/tmux-modern.conf
~/.config/tmux/tmux-retro.conf: config/tmux/tmux-retro.conf
~/.tmux/plugins/tpm: lib/tpm
#nvim
~/.config/nvim: config/nvim
#bash-completion
~/.config/bash-completion: config/bash-completion/bash_completion
#fzf-tab-completion
~/fzf-tab-completion: config/fzf-tab-completion
#git-completion
~/git-completion.bash: config/git-completion/git-completion.bash
#terminator
~/.config/terminator/config: config/terminator/config
#sublime
~/.config/sublime-text: config/sublime-text
#conky
~/.conkyrc: config/conky/.conkyrc
#ble.sh
~/.blerc: config/blesh/.blerc
#kitty
~/.config/kitty: config/kitty
#oh_my-zsh
~/.oh-my-zsh: config/oh-my-zsh
#zsh
~/.zshrc: config/zsh/.zshrc
~/.zsh_custom: config/zsh/custom
#tools
~/bin:
path: utils/
create: true