-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplates.json
51 lines (51 loc) · 3.11 KB
/
templates.json
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
[
{ "template": ".Xresources", "destination": "~" },
{ "template": ".tmux.conf", "destination": "~" },
{ "template": ".xprofile", "destination": "~" },
{ "template": ".zshrc", "destination": "~", "onlyCopy": true },
{ "template": ".zsh/colors.zsh", "destination": "~/.zsh/" },
{ "template": ".nvim_editor.lua", "destination": "~" },
{ "template": "Code/User/keybindings.json" },
{ "template": "Code/User/settings.json" },
{ "template": "Code/User/tasks.json" },
{ "template": "alacritty/alacritty.yml" },
{ "template": "compton/compton.conf" },
{ "template": "dunst/dunstrc" },
{ "template": "kitty/kitty.conf" },
{ "template": "kitty/pager.sh" },
{ "template": "i3/config" },
{ "template": "i3status/config" },
{ "template": "lazygit/config.yml", "onlyCopy": true },
{ "template": "polybar/config" },
{ "template": "polybar/now_playing.py", "executable": true },
{ "template": "polybar/startup.sh", "executable": true },
{ "template": "polybar/updates.sh", "executable": true },
{ "template": "polybar/weather.sh", "executable": true },
{ "template": "ranger/rc.conf" },
{ "template": "picom/picom.conf" },
{ "template": "rofi/colors.rasi" },
{ "template": "rofi/config.rasi" },
{ "template": "rofi/powermenu.rasi" },
{ "template": "rofi/rofi-power", "executable": true },
{ "template": "rofi/rofi-randr", "executable": true },
{ "template": "lib/functions.sh", "executable": true, "destination": "~/.local/" },
{ "template": "utils/sysact", "executable": true, "destination": "~/.local/bin/sysact", "onlyCopy": true },
{ "template": "utils/rfzf", "executable": true, "destination": "~/.local/bin/rfzf", "onlyCopy": true },
{ "template": "utils/pods", "executable": true, "destination": "~/.local/bin/pods", "onlyCopy": true },
{ "template": "utils/colortest", "executable": true, "destination": "~/.local/bin/colortest", "onlyCopy": true },
{ "template": "utils/dimmer", "executable": true, "destination": "~/.local/bin/dimmer", "onlyCopy": true },
{ "template": "utils/tmux-sessionizer", "executable": true, "destination": "~/.local/bin/tmux-sessionizer", "onlyCopy": true },
{ "template": "utils/nightmode", "executable": true, "destination": "~/.local/bin/nightmode", "onlyCopy": true },
{ "template": "utils/hifi_sound", "executable": true, "destination": "~/.local/bin/hifi_sound", "onlyCopy": true },
{ "template": "utils/cleanup", "executable": true, "destination": "~/.local/bin/cleanup", "onlyCopy": true },
{ "template": "wezterm/wezterm.lua", "executable": true },
{ "template": "git/scripts/git-easy-branch", "executable": true },
{ "template": "git/scripts/git-easy-log", "executable": true },
{ "template": "git/scripts/git-easy-tags", "executable": true },
{ "template": "git/scripts/git-easy-stash", "executable": true },
{ "template": "git/scripts/git-easy-all", "executable": true },
{ "template": "git/scripts/git-easy-unstaged", "executable": true },
{ "template": "helix/config.toml"},
{ "template": "helix/languages.toml"},
{ "template": "yamllint/config" }
]