-
Notifications
You must be signed in to change notification settings - Fork 0
/
.chezmoiexternal.toml
99 lines (72 loc) · 2.75 KB
/
.chezmoiexternal.toml
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# OH-MY-ZSH
[".oh-my-zsh"]
type = "git-repo"
url = "https://github.com/ohmyzsh/ohmyzsh.git"
[".oh-my-zsh/custom/plugins/fzf-tab"]
type = "git-repo"
url = "https://github.com/Aloxaf/fzf-tab.git"
[".oh-my-zsh/custom/plugins/wakatime"]
type = "git-repo"
url = "https://github.com/sobolevn/wakatime-zsh-plugin.git"
[".oh-my-zsh/custom/plugins/zsh-256color"]
type = "git-repo"
url = "https://github.com/chrissicool/zsh-256color.git"
[".oh-my-zsh/custom/plugins/zsh-autosuggestions"]
type = "git-repo"
url = "https://github.com/zsh-users/zsh-autosuggestions.git"
[".oh-my-zsh/custom/plugins/zsh-syntax-highlighting"]
type = "git-repo"
url = "https://github.com/zsh-users/zsh-syntax-highlighting.git"
[".oh-my-zsh/custom/plugins/zsh-autocomplete"]
type = "git-repo"
url = "https://github.com/marlonrichert/zsh-autocomplete.git"
##########################################
# GITS
[".gits/useful-script"]
type = "git-repo"
url = "https://github.com/HoangTran0410/useful-script.git"
# DCMA Taken down
# [".gits/bypass-paywalls-chrome"]
# type = "git-repo"
# url = "https://github.com/iamadamdev/bypass-paywalls-chrome.git"
##########################################
# CONFIG
[".config/nvim"]
type = "git-repo"
url = "git@github.com:KevinNitroG/Alexis12119-nvim.git"
[".config/alacritty/themes/catppuccin"]
type = "git-repo"
url = "https://github.com/catppuccin/alacritty.git"
[".config/yazi/theme.toml"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/yazi/main/themes/mocha.toml"
[".config/yazi/Catppuccin-mocha.tmTheme"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/bat/main/themes/Catppuccin%20Mocha.tmTheme"
[".config/bat/themes/Catppuccin Mocha.tmTheme"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/bat/main/themes/Catppuccin%20Mocha.tmTheme"
[".config/delta/themes/catppuccin"]
type = "git-repo"
url = "https://github.com/catppuccin/delta.git"
[".config/kitty/themes/mocha.conf"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/kitty/main/themes/mocha.conf"
[".config/glow/themes/catppuccin-mocha.json"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/glamour/main/themes/catppuccin-mocha.json"
[".config/zathura/catppuccin-mocha"]
type = "file"
url = "https://raw.githubusercontent.com/catppuccin/zathura/main/src/catppuccin-mocha"
[".config/sddm/themes/"]
type = "archive"
url = "https://github.com/catppuccin/sddm/releases/latest/download/catppuccin-mocha.zip"
include = ["**/*"]
[".config/atac/key_bindings.toml"]
type = "file"
url = "https://raw.githubusercontent.com/Julien-cpsn/ATAC/main/key_bindings_templates/vim_key_bindings.toml"
##########################################
# UTILS
[".githelpers"]
type = "file"
url = "https://raw.githubusercontent.com/stevearc/dotfiles/master/.githelpers"