dotfiles/install.conf.json
2019-01-02 15:57:16 +01:00

72 lines
2.5 KiB
JSON

[
{
"defaults": {
"link": {
"relink": true
}
}
},
{
"clean": ["~"]
},
{
"shell": [
["mkdir -p ~/.profile.d/", "Creating local profile dir"],
["mkdir -p ~/.local/bin", "Creating local bin dir"],
["mkdir -p ~/.config/alacritty", "Creating alacritty-config dir"],
["mkdir -p ~/.config/i3", "Creating i3-config dir"],
["mkdir -p ~/.config/i3status", "Creating i3-status dir"],
["mkdir -p ~/.config/dunst", "Creating dunst dir"],
["mkdir -p ~/.config/yay", "Creating yay dir"]
["mkdir -p ~/.config/redshift/hooks", "Creating redshift dir"],
["mkdir -p ~/.vim/", "Creating vim dir"],
]
},
{
"link": {
"~/.dotfiles": "",
"~/.bashrc": "bash/bashrc",
"~/.bash_profile": "bash/bashrc",
"~/.config/alacritty/alacritty.yml": "alacritty/alacritty.yml",
"~/.liquidprompt": "bash/liquidprompt",
"~/.local/bin/host-is-on": "bin/host-is-on.sh",
"~/.local/bin/mdo": "bin/mdo.sh",
"~/.local/bin/mon-toggle": "bin/mon-toggle.sh",
"~/.gitconfig": "git/gitconfig",
"~/.local/bin/diff-so-fancy": "git/diff-so-fancy/diff-so-fancy",
"~/.config/i3/config": "i3/i3config",
"~/.config/i3status/config": "i3/i3status",
"~/.local/bin/checknofullscreen": "i3/checknofullscreen.sh",
"~/.local/bin/clean": "bin/clean.sh",
"~/.local/bin/lockscreen": "i3/lockscreen.sh",
"~/.config/dunst/dunstrc": "i3/dunst/dunstrc",
"~/.profile.d/load": "shell/load",
"~/.profile.d/10-vars.sh": "shell/vars.sh",
"~/.profile.d/10-paths.sh": "shell/paths.sh",
"~/.profile.d/10-gitrepo-commited.sh": "shell/gitrepo-commited.sh",
"~/.profile.d/10-liquidprompt.sh": "shell/liquidprompt.sh",
"~/.profile.d/20-aliases.sh": "shell/aliases.sh",
"~/.profile.d/20-cd.sh": "shell/cd.sh",
"~/.profile.d/40-extract.sh": "shell/extract.sh",
"~/.profile.d/40-mysqlpw.sh": "shell/mysqlpw.sh",
"~/.profile.d/90-keychain.sh": "shell/keychain.sh",
"~/.profile.d/80-command-not-found.sh": "shell/command-not-found.sh",
"~/.profile.d/81-fzf.sh": "shell/fzf.sh",
"~/.config/redshift.conf": "redshift/redshift.conf",
"~/.config/redshift/hooks/hook.sh": "redshift/hook.sh",
"~/.config/yay/config.json": "yay/config.json",
"~/.tmux.conf": "tmux/tmux.conf",
"~/.toprc": "top/toprc",
"~/.config/htop/htoprc": "top/htoprc",
"~/.vimrc": "vim/wuman-vimrc/vimrc",
"~/.vim/bundle": "vim/wuman-vimrc/bundle",
"~/.wgetrc": "wget/wgetrc",
"~/.Xresources": "i3/Xresources"
}
},
{
"shell": [
["git submodule update --init --jobs $(nproc) --recursive", "Installing submodules"]
]
}
]