-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeploy.sus
58 lines (44 loc) · 994 Bytes
/
deploy.sus
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
card deploy {
alternatives $(HOSTNAME) $(HOST) .
into ~
# xsession -> .xsession
xsession-custom -> .xsession-custom
shell_shortcuts -> .shell_shortcuts
emacs.el -> .emacs.el
org.el -> .org.el
org -> org
secrets.el.gpg -> .secrets.el.gpg
authinfo.gpg -> .authinfo.gpg
gnus.el -> .gnus.el
{
into .unison
unison-gnus.prf -> gnus.prf
}
aspell.conf -> .aspell.conf
bash_profile -> .bash_profile
bashrc -> .bashrc
gpg.conf -> .gnupg/gpg.conf
nixpkgs -> .nixpkgs
screenrc -> .screenrc
synergy.conf -> .synergy.conf
tmux.conf -> .tmux.conf
{
into .tmux/plugins
tmux-plugin-manager -> tpm
}
xmobar.hs -> .xmobar.hs
xmonad.hs -> .xmonad/xmonad.hs
zshrc -> .zshrc
zprofile -> .zprofile
{
into .stack
stack-config.yaml -> config.yaml
}
xscreensaver -> .xscreensaver
xsettingsd -> .xsettingsd
Xresources -> .Xresources
spark file git.sus
spark file desktop-setup.sus
into .config
# compton.conf
}