-
Notifications
You must be signed in to change notification settings - Fork 0
/
.chezmoiexternal.yaml
33 lines (28 loc) · 1.08 KB
/
.chezmoiexternal.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
{{ if .setup_gnome -}}
".local/bin/gnome-shell-extension-installer":
type: file
url: "https://github.com/brunelli/gnome-shell-extension-installer/raw/master/gnome-shell-extension-installer"
executable: true
### --> Tiling-like configuration
".local/share/fonts/cantarell-nerd-fonts-complete":
type: archive
url: "https://github.com/s373r/cantarell-nerd-font/archive/main.tar.gz"
stripComponents: 1
include: ["*/*.otf"]
### <-- Tiling-like configuration
{{ end }}
".antigen/antigen.zsh":
type: file
url: "https://git.io/antigen"
".config/tmux/plugins/tpm":
type: git-repo
url: "https://github.com/tmux-plugins/tpm"
".local/share/fonts/JetBrainsMono-nerd-fonts":
type: archive
url: "https://github.com/ryanoasis/nerd-fonts/releases/latest/download/JetBrainsMono.zip"
".config/nvim":
# NOTE: based on
# https://github.com/ritiek/dotfiles/blob/5c6069d74c0db21a5ea758a677b009c339ff95a2/chezmoi/.chezmoiexternal.toml#L19
type: "archive"
url: "https://github.com/NvChad/NvChad/archive/refs/heads/v2.0.zip"
stripComponents: 1