-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlnkr.yaml
37 lines (34 loc) · 862 Bytes
/
lnkr.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
34
35
36
37
links:
- os: [linux, macos]
destination: ~/.config
items:
- name: helix
path: .config/helix
- name: alacritty
path: .config/alacritty
- name: zellij
path: .config/zellij
# delta as git diff pager
- os: [linux, macos]
destination: ~/
items:
- name: .gitconfig
path: gitconfig
# nushell linux - macos needed for imports in nushell config
- os: [linux, macos]
destination: ~/.config
items:
- name: nushell
path: .config/nushell
# nushell macos - config location on macos
- os: [macos]
destination: "~/Library/Application Support/"
items:
- name: nushell
path: .config/nushell
# macos nix
- os: [macos]
destination: ~/.nixpkgs
items:
- name: darwin-configuration.nix
path: .nixpkgs/darwin-configuration.nix