forked from ravenxrz/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.install.conf.yaml
59 lines (55 loc) · 1.4 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
- defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config']
- link:
~/.agignore:
~/.aria2/aria2.conf:
~/.axelrc:
~/.bash:
~/.bash_profile:
~/.bashrc:
~/.dotfiles: ''
~/.gdbinit:
~/.gitconfig:
~/.cgdb:
~/.gitignore_global:
~/.haskeline:
~/.hgrc:
~/.inputrc:
~/.ipython/profile_default/ipython_config.py: ipython/ipython_config.py
~/.ipython/profile_default/ipython_kernel_config.py: ipython/ipython_kernel_config.py
~/.ipython/profile_default/startup/disable_warnings.py: ipython/disable_warnings.py
~/.pythonrc:
~/.rtorrent.rc:
~/.shell:
~/.config/tmux: tmux
~/.tmux.conf: tmux/tmux.conf
~/.vimrc:
~/.config/lazygit: lazygit
# ~/.config/nvim: nvim
~/.config/lvim: lvim
~/.config/zellij: zellij
~/.config/alacritty: alacritty
~/.vimrc_local:
~/.ideavimrc:
~/.vsvimrc: vscode/vsvimrc
~/.zsh:
~/.zshrc:
~/.shell_local_before:
~/Library/Preferences/clangd: clangd # macos
~/.config/clangd: clangd # macos
# ~/.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/