.files/config.yaml

108 lines
2.4 KiB
YAML
Raw Normal View History

2017-12-25 16:35:45 +00:00
actions:
oh-my-zsh: if [ ! -d ~/.oh-my-zsh ]; then sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
&& if [ -f ~/.zshrc.pre-oh-my-zsh ]; then rm ~/.zshrc && mv ~/.zshrc.pre-oh-my-zsh
~/.zshrc; fi; fi
powerlevel9k-theme: if [ ! -d ~/.oh-my-zsh/custom/themes ]; then mkdir -p ~/.oh-my-zsh/custom/themes;
fi && if [ -d ~/.oh-my-zsh/custom/themes/powerlevel9k ];then git clone https://github.com/bhilburn/powerlevel9k.git
~/.oh-my-zsh/custom/themes/powerlevel9k; fi
2017-12-25 16:35:45 +00:00
config:
backup: true
create: true
dotpath: dotfiles
dotfiles:
d_bspwm:
dst: ~/.config/bspwm
src: config/bspwm
d_colors:
dst: ~/.vim/colors
src: vim/colors
2017-12-25 16:35:45 +00:00
d_fonts:
dst: ~/.local/share/fonts
src: local/share/fonts
d_polybar:
dst: ~/.config/polybar
src: config/polybar
d_sxhkd:
dst: ~/.config/sxhkd
src: config/sxhkd
f_c3check:
dst: ~/.bin/c3check
src: bin/c3check
f_c3cp:
dst: ~/.bin/c3cp
src: bin/c3cp
f_c3kdenlive:
dst: ~/.bin/c3kdenlive
src: bin/c3kdenlive
f_c3l:
dst: ~/.bin/c3l
src: bin/c3l
f_c3mpv:
dst: ~/.bin/c3mpv
src: bin/c3mpv
f_compton.conf:
dst: ~/.config/compton/compton.conf
src: config/compton/compton.conf
2017-12-25 16:35:45 +00:00
f_fehbg:
dst: ~/.fehbg
src: fehbg
f_mount_c3voc:
dst: ~/.bin/mount_c3voc
src: bin/mount_c3voc
f_powerlevel9krc:
actions:
- powerlevel9k-theme
dst: ~/.powerlevel9krc
src: powerlevel9krc
2017-12-25 16:35:45 +00:00
f_profile:
dst: ~/.profile
src: profile
f_rofi_config:
dst: ~/.config/rofi/config
src: config/rofi/config
f_ssh-agent.service:
dst: ~/.config/systemd/user/ssh-agent.service
src: config/systemd/user/ssh-agent.service
2017-12-25 16:35:45 +00:00
f_vimrc:
dst: ~/.vimrc
src: vimrc
f_xinitrc:
dst: ~/.xinitrc
src: xinitrc
f_xresources:
dst: ~/.Xresources
src: Xresources
2017-12-25 16:35:45 +00:00
f_xsession:
dst: ~/.xsession
src: xsession
f_zshrc:
actions:
- oh-my-zsh
2017-12-25 16:35:45 +00:00
dst: ~/.zshrc
src: zshrc
profiles:
yoetunheimr:
dotfiles:
- d_bspwm
- d_polybar
- d_sxhkd
- f_fehbg
- d_fonts
- f_profile
- f_vimrc
- f_xinitrc
- f_xsession
- f_zshrc
- f_powerlevel9krc
- d_colors
- f_xresources
- f_ssh-agent.service
- f_compton.conf
- f_rofi_config
- f_c3cp
- f_mount_c3voc
- f_c3l
- f_c3kdenlive
- f_c3mpv
- f_c3check