-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
42 lines (37 loc) · 1.03 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
---
- defaults:
link:
relink: true
create: true
shell:
stdout: true
stderr: true
- clean: ["~"]
- shell:
- sudo echo "max_parallel_downloads=10" >> /etc/dnf/dnf.conf
- sudo echo "defaultyes=True" >> /etc/dnf/dnf.conf
- sudo echo "keepcache=True" >> /etc/dnf/dnf.conf
- sudo dnf autoremove && sudo dnf clean all
- gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['<Shift>Alt_L']"
- gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward "['<Alt>Shift_L']"
- [git submodule update --init --recursive, Installing submodules]
- mkdir -p ~/.config
- scripts/install.sh
- scripts/setup_extensions.sh
- scripts/setup_themes.sh
- scripts/setup_zsh.sh
- link:
# shell
~/.bashrc: bash/bashrc
~/.zshrc: zsh/zshrc
~/.oh-my-zsh: zsh/oh-my-zsh
# nvim
~/.config/nvim:
force: true
create: true
path: nvim
# asciinema
~/.config/asciinema:
force: true,
create: true
path: asciinema