-
Notifications
You must be signed in to change notification settings - Fork 1
/
common.conf.yaml
53 lines (49 loc) · 1.39 KB
/
common.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
- shell:
- [git submodule update --init --recursive, Installing submodules]
- defaults:
link:
relink: true
force: true
create: true
- link:
~/.zshrc:
path: dotfiles/zsh-conf/entrypoint.zsh
~/.zshenv:
path: dotfiles/zsh-conf/env.zsh
~/.zsh-conf:
path: dotfiles/zsh-conf
~/.my-zsh-conf:
path: dotfiles/my-zsh-conf
~/.config/starship.toml:
path: dotfiles/zsh-conf/starship.toml
~/.profile:
path: dotfiles/profile
~/.gitconfig:
path: dotfiles/gitconfig
~/.gitignore_global:
path: dotfiles/gitignore_global
~/.tmux.conf:
path: dotfiles/tmux_conf/entrypoint.tmux
~/.tmux_conf:
path: dotfiles/tmux_conf
~/.tmux/custom-macros:
path: dotfiles/tmux_conf/custom-macros
~/dotfiles_scripts:
path: scripts
~/.config/nvim:
path: editors/KoalaConfig
~/.vimrc:
path: dotfiles/vimrc
~/playgrounds:
path: playgrounds
~/.kvim.conf:
path: dotfiles/.kvim.conf
- create:
- ~/projects
- ~/workspace
- shell:
- [install_scripts/install_zsh.sh, Installing ZSH]
- [install_scripts/install_basic.sh, Running basic libs installation]
- [install_scripts/install_dap.sh, Installing DAP bins]
- [install_scripts/install_nvim.sh, Installing Neovim]
- [install_scripts/install_tmux.sh, Installing tmux]