-
Notifications
You must be signed in to change notification settings - Fork 1
/
.stowconfig
84 lines (69 loc) · 2.02 KB
/
.stowconfig
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
// [ignore] header is implied, since it's the first thing in the .stowconfig
// common .stowconfigs ignores
// these are configuration files specifically for the dotfiles directory
// and as such, they shouldn't be redirected (stowed) anywhere else
.git*
**/*.md
.stowconfig
.shell-requirements
// this should never be symlinked, and will be copied manually via
// sudo cp -f ../../../.config/.jupyter/jupyter_lab_config.py /var/lib/jupyter/.jupyter/
.config/.jupyter/
scripts/
// only link these specific files from the scripts directory
!!scripts/.bashrc
!!scripts/.nanorc
!!scripts/.gitconfig
// joplin keymap doesn't load dynamically, womp womp
.config/keymap-desktop.json
[if-pkg:::delta]
!!scripts/.gitconfig-gitdelta
[end]
.config/lsd/
[if-pkg:::lsd]
!!.config/lsd/
[end]
.config/helix/
[if-pkg:::hx]
!!.config/helix/
[end]
// if fish is not installed, DO NOT link fish-based alacritty configuration
// if fish doesn't exist, it'll cause alacritty to never boot
.config/alacritty/
.config/rio/
.config/fish/
[if-pkg:::fish]
!!.config/alacritty/
!!.config/rio/
!!.config/fish/
[end]
.config/zed/
[if-pkg:::zed]
!!.config/zed/*
[end]
.config/config
.config/pipewire/
.config/mozilla/
// link only in default profile
[if-profile:::default]
!!.config/mozilla/user.js
!!.config/pipewire/
// ssh config
!!.config/config
[end]
[redirect]
// redirect to home (move up)
scripts/.bashrc ::: .
scripts/.nanorc ::: .
scripts/.gitconfig ::: .
scripts/.gitconfig-gitdelta ::: .
.config/config ::: .ssh/
// move up & rename directory
.config/templates/* ::: Templates/
// redirect to nested (not created necessarily) directory
.config/jetbrains-keymap.xml ::: .config/JetBrains/*/keymaps/
// create subdirectories on the fly, don't nest unecessarily
.config/sublime-text/* ::: .config/sublime-text/Packages/User/
.config/fish/fish_prompt.fish ::: .config/fish/functionz/
// find already created profile subdirectories on the fly, we can't nest here anyways
.config/mozilla/* ::: .mozilla/firefox/*.default-release*/