This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.conf.yaml
77 lines (66 loc) · 2.45 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
- defaults:
link:
relink: true
create: true
- clean: ['~', '~/.config', '~/.ssh', '~/.atom']
- link:
# zsh
~/.zshrc: 'zsh/zshrc'
~/.zshenv: 'zsh/zshenv'
zsh/oh-my-zsh/custom/zsh_aliases.zsh: 'zsh/oh-my-zsh_custom/zsh_aliases.zsh'
zsh/oh-my-zsh/custom/themes: 'zsh/oh-my-zsh_custom/themes/'
~/.oh-my-zsh: 'zsh/oh-my-zsh/'
# emacs
~/.emacs.d: 'emacs/emacs.d/'
#~/.emacs: 'emacs/emacs'
~/.emacs.minimal: 'emacs/emacs.minimal'
# atom
~/.atom/config.cson: 'atom/config.cson'
~/.atom/init.coffee: 'atom/init.coffee'
~/.atom/keymap.cson: 'atom/keymap.cson'
~/.atom/package-list.txt: 'atom/package-list.txt'
~/.atom/snippets.cson: 'atom/snippets.cson'
~/.atom/styles.less: 'atom/styles.less'
# R
~/.Rprofile: 'r/Rprofile'
~/.Renviron: 'r/Renviron'
# Pandoc
~/.pandoc:
# Latex
~/.latexmkrc:
~/.jsbeautifyrc:
# config folder
~/.config/gummi: 'config/gummi/'
~/.config/greenclip.toml: 'config/greenclip.toml'
~/.config/0ad/config/local.cfg: 'config/0ad/config/local.cfg'
~/.config/systemd: 'config/systemd/'
~/.config/sioyek: 'config/sioyek/'
~/.config/tilix: 'config/tilix/'
~/.config/networkmanager-dmenu: 'config/networkmanager-dmenu'
~/.config/libinput-gestures.conf: 'config/libinput-gestures.conf'
~/.config/redshift/redshift.conf: 'config/redshift/redshift.conf'
~/.config/i3: 'config/i3wm/i3/'
~/.config/i3status: 'config/i3wm/i3status/'
~/.config/picom.conf: 'config/picom.conf'
~/.config/polybar: 'config/polybar/'
~/.config/gtk-2.0: 'config/gtk-2.0'
~/.config/gtk-3.0: 'config/gtk-3.0'
~/.config/gtk-4.0: 'config/gtk-4.0'
~/.config/spicetify: 'config/spicetify'
~/.config/ranger: 'config/ranger'
~/.config/autorandr: 'config/autorandr'
~/.config/dunst: 'config/dunst'
~/.config/Code - OSS/User/globalStorage/valentjn.vscode-ltex: 'config/Code - OSS/User/globalStorage/valentjn.vscode-ltex'
# local folder
~/.local/share/gedit/styles: 'local/share/gedit/styles/'
~/.local/share/applications/steam.desktop: 'local/share/applications/steam.desktop'
# misc.
~/.gitconfig:
~/.Xresources:
~/.xprofile:
~/.xinitrc:
~/.fehbg:
~/.local/share/applications/chromium.desktop: 'local/share/applications/chromium.desktop'
- shell:
# init submodules
- [git submodule update --init --recursive, Installing/updating submodules...]