-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (49 loc) · 1.03 KB
/
.gitignore
File metadata and controls
67 lines (49 loc) · 1.03 KB
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
# python
*.pyc
# environment
.env
# zcompile files
*.zwc
# lazygit state
**/lazygit/state.yml
# mpv scripts
**/mpv/scripts/
# openrgb logs/plugins
**/OpenRGB/logs/
**/OpenRGB/plugins/
# ranger plugins
**/ranger/plugins/__init__.py
# spotify-tui secrets
**/spotify-tui/client.yml
**/spotify-tui/.spotify_token_cache.json
# kitty themes/fonts symlinks
config/kitty/font.conf
config/kitty/theme.conf
# fuzzel themes/fonts symlinks
config/fuzzel/fonts.ini
config/fuzzel/colors.ini
config/fuzzel/icons.ini
# rofi theme symlink
config/rofi/theme.rasi
# sway themes/fonts symlinks
config/sway/font
config/sway/theme
# swaylock themes/fonts symlinks
config/swaylock/font
config/swaylock/theme
# waybar theme symlink
config/waybar/theme.css
# lite-xl sessions
**/lite-xl/session.lua
**/lite-xl/ws/
**/lite-xl/fonts/
# yazi flavors/theme
config/yazi/flavors/
config/yazi/theme.toml
config/yazi/theme.tmTheme
# zathura theme symlink
config/zathura/theme
# nvim lazy artifacts
**/nvim/lazy-lock.json
# nvim theme symlink
**/nvim/lua/colorscheme.lua