-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdeployment
60 lines (60 loc) · 2.3 KB
/
deployment
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
# The hash starts a comment
# Comments are allowed everywhere
#
# To reference a file based in your HOME, use the tilde
# It'll get expanded by deploy.sh
#
# Format:
# <sourcefile><whitespace><destinationfile>
#
# Files with whitespace are not allowed, these are not processed correct.
bash/bashrc ~/.bashrc
bash/bashrc ~/.bash_profile
bin/clean.sh ~/.bin/clean
bin/git-authors ~/.bin/git-authors
bin/git-git.sh ~/.bin/git-git
bin/host-is-on.sh ~/.bin/host-is-on
bin/mdo.sh ~/.bin/mdo
git/diff-so-fancy/diff-so-fancy ~/.bin/diff-so-fancy
git/diff-so-fancy/third_party/diff-highlight/diff-highlight ~/.bin/diff-highlight
git/gitconfig ~/.gitconfig
i3/dunst/dunstrc ~/.config/dunst/dunstrc
i3/environment.d/terminal-default.conf ~/.config/environment.d/terminal-default.conf
i3/environment.d/xdg_data_dirs.conf ~/.config/environment.d/xdg_data_dirs.conf
i3/i3config ~/.config/i3/config
i3/i3status ~/.config/i3status/config
i3/lockscreen.png ~/.lockscreen
i3/lockscreen.sh ~/.bin/lockscreen
i3/redshift/redshift.conf ~/.config/redshift.conf
i3/redshift/hook.sh ~/.config/redshift/hooks/hook.sh
i3/rofi/config.rasi ~/.config/rofi/config.rasi
i3/user-dirs.dirs ~/.config/user-dirs.dirs
i3/Xmodmap ~/.Xmodmap
i3/xkbdtoggle.sh ~/.bin/xkbdtoggle.sh
i3/xfbuttons.sh ~/.bin/xfbuttons.sh
keepassxc/keepassxc.ini ~/.config/keepassxc/keepassxc.ini
kitty/kitty.conf ~/.config/kitty/kitty.conf
python/startup ~/.python_startup
shell/load ~/.profile.d/load
shell/part-aliases.sh ~/.profile.d/20-aliases.sh
shell/part-cd.sh ~/.profile.d/20-cd.sh
shell/part-command-not-found.sh ~/.profile.d/80-command-not-found.sh
shell/part-extract.sh ~/.profile.d/40-extract.sh
shell/part-gitrepo-commited.sh ~/.profile.d/10-gitrepo-commited.sh
shell/part-keychain.sh ~/.profile.d/90-keychain.sh
shell/part-liquidprompt.sh ~/.profile.d/10-liquidprompt.sh
shell/part-mysqlpw.sh ~/.profile.d/40-mysqlpw.sh
shell/part-paths.sh ~/.profile.d/10-paths.sh
shell/part-vars.sh ~/.profile.d/10-vars.sh
top/toprc ~/.toprc
top/htoprc ~/.config/htop/htoprc
vim/bundle ~/.vim/bundle
vim/vimrc ~/.vimrc
wget/wgetrc ~/.wgetrc
zathura/zathurarc ~/.config/zathura/zathurarc
zsh/zshrc ~/.zshrc
zsh/oh-my-zsh ~/.oh-my-zsh
zsh/liquidprompt ~/.liquidprompt
zsh/completion/README.md ~/.zcomplete/README.md
zsh/zsh-syntax-highlighting ~/.zsh-syntax-highlighting
zsh/zsh-autosuggestions ~/.zsh-autosuggestions