-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
37 lines (34 loc) · 829 Bytes
/
Copy pathinstall.conf.yaml
File metadata and controls
37 lines (34 loc) · 829 Bytes
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
- defaults:
link:
relink: true
- clean:
~/:
force: true
~/.config:
recursive: true
~/.local/bin:
force: true
- link:
~/.zshrc: zshrc
~/.config/:
glob: true
path: config/*
~/.local/bin/:
glob: true
create: true
path: bin/**
~/DistroHome/:
glob: true
create: true
path: distrobox-templates/*
~/.gitconfig: gitconfig
~/.gitattributes: gitattributes
~/.gitignore: gitignore
~/.xbindkeyrc: xbindkeyrc
/etc/nixos/configuration.nix:
if: uname -v | grep -q NixOS
path: config/nixos/configuration.nix
create: true
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [install-scripts/os-prepare.bash, Preparing the os specifics]