-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
104 lines (100 loc) · 3.38 KB
/
install.conf.yaml
File metadata and controls
104 lines (100 loc) · 3.38 KB
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
- defaults:
link:
relink: true
- clean: ['~']
- link:
~/.dotfiles: ''
# ~/.claude.json is auto-generated by Claude Code - don't track it
~/.claude:
path: claude
type: symlink
create: true
force: true
~/.claude.json:
path: claude/.claude.json
type: symlink
create: true
force: true
~/.config/alacritty: alacritty
# ~/.config/i3/config: i3/config
~/.config/environment.d/ssh_askpass.conf:
path: arch/.config/environment.d/ssh_askpass.conf
type: symlink
create: true
force: true
~/.config/konsave/conf.yaml:
path: kde/settings-sync/konsave.conf.yaml
type: symlink
create: true
force: true
# ~/.config/neofetch/config.conf: neofetch/config.conf
# ~/.config/rofi/config.rasi: themes/current/rofi.rasi
# ~/.config/ulauncher:
# path: ulauncher/config
# relative: true
# force: true
~/.config/Code/User:
path: vscode/User
type: symlink
create: true
force: true
~/.config/autostart/ssh-add.desktop:
path: kde/autostart/ssh-add.desktop
type: symlink
create: true
force: true
~/.config/autostart/fix-monitor-resolution.sh:
path: kde/autostart/fix-monitor-resolution.sh
type: symlink
create: true
force: true
~/.config/autostart/fix-monitor-resolution.desktop:
path: kde/autostart/fix-monitor-resolution.desktop
type: symlink
create: true
force: true
~/.config/plasma-workspace/env/ssh-agent.sh:
path: kde/plasma-workspace-env/ssh-agent.sh
type: symlink
create: true
force: true
~/.config/plasma-workspace/scripts/fix-monitor-on-unlock.sh:
path: kde/plasma-workspace/scripts/fix-monitor-on-unlock.sh
type: symlink
create: true
force: true
~/.config/systemd/user/fix-monitor-on-unlock.service:
path: arch/systemd/user/fix-monitor-on-unlock.service
type: symlink
create: true
force: true
~/.docker/cli-plugins: docker/cli-plugins
~/.gitconfig: git/gitconfig
~/.gitconfig-work: git/gitconfig-work
~/.gitignore_global: git/gitignore
~/.inputrc: inputrc
~/.local/bin/arch-system-update: arch/system-update.sh
# ~/.local/share/applications/rxvt-unicode.desktop: urxvt/rxvt-unicode.desktop
# ~/.local/share/ulauncher/extensions/four43-project-opener: ulauncher/extensions/project_opener
# ~/.local/share/ulauncher/extensions/four43-bitbucket-search: ulauncher/extensions/bitbucket_search
# ~/.local/share/ulauncher/extensions/four43-confluence-search: ulauncher/extensions/confluence_search
~/.ssh/config:
path: ssh/ssh-config
type: hardlink
~/.terraformrc: terraform/config
~/.tmux.conf: tmux/tmux.conf
~/.vim: vim/config
~/.vimrc: vim/vimrc
~/.xinitrc: x11/xinitrc # https://unix.stackexchange.com/questions/363276/xinitrc-not-loading-xresources
~/.xprofile: x11/xprofile
~/.Xresources: x11/Xresources
~/.zprofile: zsh/zprofile
~/.zshenv: zsh/zshenv
# .zshrc is created by zsh automatically on first run, so we might actually have to
# remove it.
~/.zshrc:
path: zsh/zshrc
relative: true
force: true
- shell:
- [git submodule update --init --recursive, Installing submodules]