-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
72 lines (72 loc) · 1.99 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
- defaults:
link:
force: true
- clean: ['~']
- link:
~/.bash_completion:
if: '[ `uname` = Linux -o `uname` = Darwin ]'
path: .bash_completion
~/.bash_login:
if: '[ `uname` = Linux -o `uname` = Darwin ]'
path: .bash_login
~/.bash_logout:
if: '[ `uname` = Linux -o `uname` = Darwin ]'
path: .bash_logout
~/.bashrc:
if: '[ `uname` = Linux -o `uname` = Darwin ]'
path: .bashrc
~/.clang-format: .clang-format
~/.config:
create: true
path: .config
~/.fzf.bash: .fzf.bash
~/.fzf.zsh: .fzf.zsh
~/.gitconfig: .gitconfig
~/.terminfo/:
if: '[ `uname` = Linux -o `uname` = Darwin ]'
glob: true
create: true
path: .terminfo/**
~/.tmux.conf:
if: '[ `uname` = Linux -o `uname` = Darwin ]'
path: .tmux.conf
~/.tmux:
create: true
path: .tmux
~/.vim/:
if: '[ `uname` = Linux -o `uname` = Darwin ]'
glob: true
create: true
path: .vim/**
~/vimfiles:
if: 'pwsh.exe -version'
create: true
path: .vim
~/.vimrc:
if: '[ `uname` = Linux -o `uname` = Darwin ]'
path: .vimrc
~/.zshrc:
if: '[ `uname` = Linux -o `uname` = Darwin ]'
path: .zshrc
~/_vimrc:
if: 'pwsh.exe -version'
path: .vimrc
~/pyrightconfig.json:
~/mbin:
create: true
path: mbin
~/Documents/PowerShell/profile.ps1:
if: 'pwsh.exe -version'
path: profile.ps1
~/AppData/Roaming/alacritty/alacritty.yml:
if: 'pwsh.exe -version'
create: true
path: .config/winterminal/alacritty.yml
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [python mbin/install-nvim-packer.py]
- link:
~/AppData/Local/nvim-data/site/pack/packer/start/packer.nvim:
if: 'pwsh.exe -version'
create: true
path: ~/.local/share/nvim/site/pack/packer/start/packer.nvim