blob: e5166bd2df66fe43fa6932b02c52486b27fb4cb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
tree src: "#{dir}/common",
dst: HOME,
stops: [".config/common-lisp",
".mpv/scripts",
*%w[cinnamon gnome-shell metacity-1
gtk-3.0 gtk-4.0 plank]
.map {|x| ".themes/linea-nord-color/#{x}"}]
op SymLink,
to: "#{HOME}/.themes/linea-nord-color/general/dark.css",
from: "../../../.cache/wal/dark.css"
op SymLink,
to: "#{HOME}/.themes/linea-nord-color/gtk-2.0/gtkrc",
from: "../../../.cache/wal/gtkrc"
|