-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
87 lines (83 loc) · 1.83 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
---
- defaults:
link:
relink: true
shell:
stdout: true
stderr: true
- clean: ['~', '~/.vim']
- link:
~/.antigen:
~/.autocompletion.zsh:
~/.bash_profile:
force: true
path: bash_profile
~/.bashrc:
force: true
path: bashrc
~/.config/Code/User/settings.json:
create: true
path: vscode/settings.json
~/.config/Code/User/snippets:
create: true
path: vscode/snippets
force: true
~/.config/nvim/init.vim:
create: true
path: nvim/init.vim
~/.config/zathura:
create: true
path: config/zathura
~/.ctags.d:
~/.dircolors-solarized:
~/.env.sh:
~/.fzf:
~/.gitconfig:
~/.github_userconfig:
~/.gitignore:
~/.gvimrc:
~/.ideavimrc:
~/.inputrc:
~/.mypy.ini:
~/.profile:
force: true
path: profile
~/.pyenv:
~/.shared_aliases.sh:
~/.ruff.toml:
~/.shared_shell.sh:
~/.tmux.conf:
~/.vim/after/ftplugin/perl.vim:
create: true
path: vim/after/ftplugin/perl.vim
~/.vim/pack:
create: true
path: vim/pack
~/.vim/coc-settings.json:
create: true
path: vim/coc-settings.json
~/.vim/ftplugin:
create: true
path: vim/ftplugin
~/.vimrc:
~/.yamllint:
~/.zprofile:
~/.zsh-syntax-highlighting:
~/.zshenv:
~/.zshrc:
~/CPPLINT.cfg:
- create:
- ~/.git-template
- ~/.zfunc
- shell:
- git submodule update --recursive --init --jobs=8
- sudo apt-get update
- sudo snap refresh
- ./install-python-build-dependencies.sh
- description: Install package for fc-cache
command: sudo apt-get install --yes fontconfig
- ./install-solarized.sh
- ./install-nodejs.sh
- ./configure_powerlevel10k.sh
- echo 'Run `chsh -s $(which zsh)`'
- ./install-vim-plugins.sh