-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
56 lines (51 loc) · 1.68 KB
/
install.conf.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
- defaults:
link:
create: true
relink: true
shell:
stderr: true
- clean: ['~']
- link:
~/.bash_profile:
~/.bashrc:
~/.zshrc:
~/.zshenv:
~/.gitconfig:
~/.condarc:
~/.inputrc:
~/.zsh_custom:
~/.tmux.conf:
~/.ipython/profile_default/ipython_config.py: ipython_config.py
~/.config/starship.toml: config/starship.toml
~/.config/jrnl: config/jrnl
~/.local/share/i3blocks-modules: i3blocks-modules
~/.local/bin/jitter.py: bin/jitter.py
# ~/.local/bin/log-float-time.py: bin/log-float-time.py
~/.local/bin/i3blocks-pomodoro: i3blocks-pomodoro/pomodoro
~/.config/nvim/lua/user: config/astronvim
~/.config/systemd: config/systemd
# Regolith-specific
~/.config/regolith2: config/regolith2
~/.config/regolith3: config/regolith3
/etc/regolith/i3/config: config/regolith3/i3/base # Fails, copy manually
# /etc/regolith/i3/config: config/regolith2/i3/base # Fails, copy manually
/usr/share/regolith-look/default_loader.sh: config/regolith3/looks/default_loader.sh # Fails, copy manually
~/.config/picom: config/picom
# ~/.config/rofi/config.rasi: config/rofi/config.rasi
- create:
- ~/.vim/undodir
- shell:
-
command: echo "grep -vE '^#' apt-packages.txt | xargs sudo apt install -y"
description: Reminder for how to apt install many
stdin: true
stdout: true
stderr: true
quiet: false
-
command: echo "gsettings set org.gnome.desktop.input-sources xkb-options \"['caps:escape']\""
description: Reminder for how to set xkb options in Gnome
stdin: true
stdout: true
stderr: true
quiet: false