forked from anishathalye/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 141
/
Copy path.install.conf.yaml
52 lines (48 loc) · 1.13 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
- defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config']
- link:
~/.agignore:
~/.aria2/aria2.conf:
~/.bash:
~/.bash_profile:
~/.bashrc:
~/.dotfiles: ''
~/.gdbinit:
~/.gitconfig:
~/.cgdb:
~/.gitignore_global:
~/.ripgreprc:
~/.shell:
~/.config/tmux: tmux
~/.tmux.conf: tmux/tmux.conf
~/.config/lazygit: lazygit
~/.config/nvim: nvim
~/.vim: vim
~/.vimrc: vim/vimrc
~/.config/lvim: lvim
~/.config/zellij: zellij
~/.config/alacritty: alacritty
~/.vimrc_local:
~/.ideavimrc:
~/.vsvimrc: vscode/vsvimrc
~/.oh-my-zsh:
~/.zshrc:
~/.shell_local_before:
~/.config/helix/config.toml: helix/config.toml
~/.config/helix/languages.toml: helix/languages.toml
# ~/.zfunctions/prompt_spaceship_setup: zsh/prompt/spaceship-prompt/spaceship.zsh
- create:
- ~/.rtorrent/session
- ~/.rtorrent/watch
- ~/.rtorrent/downloads
- shell:
- git submodule sync --recursive
# the following have to run after linking ~/.gitconfig
- git update-submodules
- >
git cleanall -f
shell/plugins/
zsh/plugins/