-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
executable file
·81 lines (75 loc) · 1.46 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
- defaults:
link:
relink: true
- clean: ['~']
- shell:
- [git submodule update --init --remote --recursive, Installing submodules]
- link:
~/.zshrc:
force: true
path: zshrc
~/.p10k.zsh:
force: true
path: p10k.zsh
~/.latexmkrc:
force: true
path: latexmk
~/.gitconfig:
force: true
path: gitconfig
~/.config/nvim/:
force: true
create: true
glob: true
path: nvim/*
~/.oh-my-zsh/:
force: true
create: true
glob: true
path: oh-my-zsh/*
~/.oh-my-zsh/custom/themes/powerlevel10k/:
force: true
create: true
glob: true
path: powerlevel10k/*
~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting/:
force: true
create: true
glob: true
path: zsh-syntax-highlighting/*
~/.oh-my-zsh/custom/plugins/zsh-autosuggestions/:
force: true
create: true
glob: true
path: zsh-autosuggestions/*
- pacman:
- yay
- yay:
- authy
- chromium
- docker
- docker-compose
- firefox
- fzf
- git
- gnome-tweaks
- grub-customizer
- grub-theme-vimix
- gvim
- jetbrains-toolbox
- moka-icon-theme
- neovim
- nerd-fonts-jetbrains-mono
- npm
- nvm
- openssh
- pyenv
- python-pip
- python-pluginbase
- spotify
- vimix-cursors
- vimix-gtk-themes-git
- vimix-icon-theme
- zsh
- shell:
- [nvim +PlugInstall +qall]