-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
66 lines (65 loc) · 1.73 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
- clean:
~/:
force: true
- create:
- ~/.config/tmux/plugins
- link:
~/.ripgreprc: .ripgreprc
~/.config/ghostty/config:
path: ghostty/config
create: true
~/.gitconfig:
path: gitconfig
force: true
~/.work.gitconfig: .work.gitconfig
~/.tmux.conf:
path: tmux/tmux.conf
force: true
~/.zshenv:
path: zsh/zshenv.zsh
force: true
~/.config/zsh/.zshrc:
path: zsh/zshrc.zsh
force: true
~/.config/zsh/aliases: zsh/aliases.zsh
~/.config/zsh/completions.zsh: zsh/completions.zsh
~/.config/zsh/wezterm-shell-integration:
path: zsh/wezterm-shell-integration.zsh
~/.config/zsh/plugins/cursor_mode:
path: zsh/plugins/cursor_mode.zsh
create: true
~/.config/bat/config:
path: bat/config
create: true
~/.wezterm.lua:
path: .wezterm.lua
if: "[ `uname` = Darwin ]"
create: true
~/.config/nvim:
path: nvim
force: true
~/.config/kitty:
path: kitty
if: "[`uname` = Darwin ]"
force: true
~/.config/lsd/config.yaml:
path: lsd.yaml
create: true
force: true
~/.aerospace.toml:
path: .aerospace.toml
if: "[ `uname` = Darwin ]"
~/.config/raycast:
path: raycast
if: "[ `uname` = Darwin ]"
~/notebook/.obsidian.vimrc:
path: .obsidian.vimrc
create: true
if: "[ `uname` = Darwin ]"
~/dev/auctionet/megavault/.obsidian.vimrc:
path: .obsidian.vimrc
create: true
if: "[ `uname` = Darwin ]"
- shell:
- [git submodule update --init --recursive, Installing Submodules]
- [git clone -b v2.1.1 https://github.com/catppuccin/tmux.git ~/.config/tmux/plugins/catppuccin/tmux, Installing Catppuccin]