-
Notifications
You must be signed in to change notification settings - Fork 0
/
final.client.arch.yaml
72 lines (62 loc) · 1.37 KB
/
final.client.arch.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# install/client.yaml
- defaults:
link:
create: true
relink: true
# install/client.arch.yaml
- shell:
- [ sudo pacman -Sy, Update pacman ]
# gui/client.yaml
- link:
~/.config/i3: gui/i3
~/.config/i3blocks: gui/i3blocks
~/.config/termite: gui/termite
~/.config/dunst: gui/dunst
~/.config/gtk-3.0: gui/gtk-3.0
~/.gtkrc-2.0: gui/misc/.gtkrc-2.0
~/.Xresources: gui/misc/.Xresources
~/.xinitrc: gui/misc/.xinitrc
~/.config/rofi: gui/rofi
~/.fehbg: gui/misc/.fehbg
~/.config/wallpaper: gui/wallpaper
- shell:
- [ chmod +x ~/.fehbg, Making .fehbg executable ]
- [ sudo localectl --no-convert set-x11-keymap de pc105 nodeadkeys, Setting Keymap]
# gui/client.arch.yaml
- yaourt:
- xorg-server
- xorg-xinit
- xorg-xrandr
- ttf-font-awesome
- thunar
- i3-gaps-git
- i3blocks-gaps-git
- i3lock
- termite
- dunst
- rofi
- feh
- chromium
- compton
# shell/client.yaml
- link:
~/.oh-my-zsh: install/oh-my-zsh
~/.zshrc: shell/misc/.zshrc
- shell:
-
command: chsh -s /usr/bin/zsh
stdin: true
stdout: true
description: Changing Shell
# shell/client.arch.yaml
- yaourt:
- powerline-fonts-git
- archey3
- zsh
# tools/client.yaml
- link:
~/.gitconfig: tools/misc/.gitconfig
# tools/client.arch.yaml
- yaourt:
- chromium
- gnupg