.files/config.yaml

159 lines
3.3 KiB
YAML

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)" "" --unattended;
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
config:
backup: true
create: true
dotpath: dotfiles
dotfiles:
d_bspwm:
dst: ~/.config/bspwm
src: config/bspwm
d_colors:
dst: ~/.vim/colors
src: vim/colors
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
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
f_profile:
dst: ~/.profile
src: profile
f_profile_win:
dst: ~/.profile
src: profile_win
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
f_vimrc:
dst: ~/.vimrc
src: vimrc
f_xinitrc:
dst: ~/.xinitrc
src: xinitrc
f_xresources:
dst: ~/.Xresources
src: Xresources
f_xsession:
dst: ~/.xsession
src: xsession
f_zprofile:
dst: ~/.zprofile
src: profile
f_zprofile_win:
dst: ~/.zprofile
src: profile_win
f_zshenv:
dst: ~/.zshenv
src: zshenv
f_zshenv_win:
dst: ~/.zshenv
src: zshenv_win
f_zshrc:
actions:
- oh-my-zsh
dst: ~/.zshrc
src: zshrc
f_start_systemd_shell.sh:
src: start_systemd_shell.sh
dst: ~/start_systemd_shell.sh
f_kite:
src: local/bin/kite
dst: ~/.local/bin/kite
profiles:
YOETUNHEIMR-wsl:
dotfiles:
- d_fonts
- f_profile_win
- f_vimrc
- f_zshrc
- f_zshenv_win
- f_powerlevel9krc
- d_colors
- f_compton.conf
- f_rofi_config
- f_c3cp
- f_mount_c3voc
- f_c3l
- f_c3kdenlive
- f_c3mpv
- f_c3check
- f_zprofile_win
- f_start_systemd_shell.sh
- f_kite
yoetunheimr:
dotfiles:
- d_bspwm
- d_polybar
- d_sxhkd
- f_fehbg
- d_fonts
- f_profile
- f_vimrc
- f_xinitrc
- f_xsession
- f_zprofile
- f_zshrc
- f_zshenv
- 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
workspace:
dotfiles:
- d_fonts
- f_profile
- f_vimrc
- f_zshrc
- f_zshenv
- f_powerlevel9krc
- d_colors
- f_zprofile