-
Notifications
You must be signed in to change notification settings - Fork 2
/
install-arc.conf.yaml
50 lines (41 loc) · 1.16 KB
/
install-arc.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
- defaults:
link:
create: true
relink: true
# Scripts to be added to local ~/bin
- link:
~/bin/pacman-clean: bin/pacman-clean
~/bin/pacman-explicit: bin/pacman-explicit
~/bin/pixellock.sh: bin/pixellock.sh
~/bin/ddspawn: bin/ddspawn
~/bin/tmuxdd: bin/tmuxdd
~/bin/dropdowncalc: bin/dropdowncalc
# Files that don't fit anywhere else
- link:
~/.config/dunst/dunstrc: other/dunstrc
~/.config/compton.conf: other/compton.conf
~/.config/Dharkael/flameshot.ini: other/flameshot.ini
# GUI Files
- link:
~/.config/Trolltech.conf: gui/qt-trolltech.conf
~/.gtkrc-2.0: gui/gtkrc-2.0
~/.config/gtk-3.0/settings.ini: gui/gtk-3.0/settings.ini
# Files to do with i3
- shell:
- [cat i3/config.base i3/config.arc > i3/config, Creating i3 Config]
# Files to do with i3
- link:
~/.config/i3: i3
~/.config/i3blocks/config: i3/i3blocks/config.arc
# Link Subl3
- link:
~/.config/sublime-text-3/Packages/User: subl3
# Link X
- link:
~/.Xresources: x/Xresources
~/.xinitrc: x/xinitrc
# Link Shell
- link:
~/.urxvt/ext/font-size: urxvt/ext/font-size
# Clean symlinks which have moved
- clean: ['~', '~/.config/']