-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
44 lines (41 loc) · 1.66 KB
/
install.conf.yaml
File metadata and controls
44 lines (41 loc) · 1.66 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
- defaults:
link:
create: true
relink: true
- clean: ["~"]
- link:
~/antidote.zsh: third-party/antidote/antidote.zsh
~/.config/kitty/kitty.conf: kitty/kitty.conf
~/.config/nvim/init.vim: vim/.vimrc
~/.cmake-format.yaml: cmake-format/.cmake-format.yaml
~/.config/Code/User/settings.json: vscode/settings.json
~/.config/git/ignore: git/ignore
~/.ipython/profile_default/ipython_config.py: ipython/ipython_config.py
~/.direnvrc: direnv/.direnvrc
~/.gdb-cyrus-dashboard: third-party/cyrus-gdb-dashboard/.gdbinit
~/.gdbinit: gdb/.gdbinit
~/.gdbearlyinit: gdb/.gdbearlyinit
~/.gitconfig: git/.gitconfig
~/.local/bin/black-preview: scripts/black-preview
~/.local/bin/committime: git/committime.sh
~/.local/bin/commit-count-per-month.py: scripts/commit-count-per-month.py
~/.local/bin/maxminvers.py: scripts/maxminvers.py
~/.local/bin/inotify-consumers: scripts/inotify-consumers
~/.local/bin/wa: scripts/wa
~/.local/bin/zig: zig/zig
~/.tmux.conf: tmux/.tmux.conf
~/.tromey-gdb-helpers: third-party/tromey-gdb-helpers
~/.urlview: urlview/.urlview
~/.config/lvim/config.lua: lvim/config.lua
~/.tiorc: tio/.tiorc
~/.zfunc/_rg: third-party/BurntSushi-ripgrep/complete/_rg
~/.zfunc/_zig: third-party/ziglang-shell-completions/_zig
~/.zshrc: zsh/.zshrc
~/.zsh_plugins.txt: zsh/.zsh_plugins.txt
~/.p10k.zsh: zsh/.p10k.zsh
- shell:
# see the script for optional behavior. by default no action taken
- command: bash install-extras.sh
stdout: true
stderr: true
description: Install extras. By default no action, set DOTFILE_INSTALL_ALL=y to install all!