-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
62 lines (54 loc) · 1.54 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
---
- defaults:
link:
relink: true
- clean: ['~']
- create:
- ~/.config
- ~/.config/systemd/user
- link:
~/.i3: ~
~/.tmux.conf: ~
~/.config/kitty: ~
~/.config/rofi: ~
~/.config/picom.conf: ~
~/.config/dunst: ~
~/.vim: ~
~/.config/nvim: 'nvim/'
~/.oh-my-zsh: ~
~/.zshrc: ~
~/.zshenv: ~
~/.inputrc: ~
~/.fzf: ~
~/.fzf-tab-completion: 'fzf-tab-completion/'
~/.dir_colors: ~
~/.markdownlintrc: ~
~/.gitignore_global: ~
~/.p10k.zsh: ~
- shell:
- [mkdir -p ~/.zsh_history, Create a directory for storing shell command history]
- [mkdir -p ~/.local/share/kservices5/ServiceMenus/, Create a directory for storing file manager service menus]
- [chmod og-rwx ~/.zsh_history, Set directory permissions]
- [git submodule update --init --recursive, Installing submodules]
- [powerline-fonts/install.sh, Install Powerline fonts]
- [~/.fzf/install --completion --key-bindings --no-update-rc --no-bash, Installing fzf]
- [nvim +PlugInstall +UpdateRemotePlugins +qa --headless, Installing nvim plugins]
- link:
~/.config/systemd/user/ssh-agent.service: 'systemd/ssh-agent.service'
- link:
~/.local/share/kservices5/ServiceMenus:
path: 'service-menus/*'
force: true
create: true
glob: true
- link:
~/.oh-my-zsh/custom/plugins/:
path: 'oh-my-zsh-plugins/*'
force: true
create: true
glob: true
- link:
~/.oh-my-zsh/custom/themes/powerlevel10k:
path: 'oh-my-zsh-themes/powerlevel10k'
force: true
create: true