actions: pre: vundle-install: test -e ~/.vim/bundle/Vundle.vim || (mkdir -p ~/.vim/bundle; git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim ) vundle-refresh: vim +VundleClean +VundleInstall +qall font-cache: fc-cache -f -v xresources-reload: xrdb ~/.Xresources config: backup: false create: true dotpath: dotfiles dotfiles: f_zshrc: src: zsh/zshrc dst: ~/.zshrc f_vimrc: src: vim/vimrc dst: ~/.vimrc actions: - vundle-install - vundle-refresh f_xresources: src: X11/Xresources dst: ~/.Xresources d_xresources_themes: src: X11/Xresources.themes dst: ~/.Xresources.themes f_i3: src: i3/config dst: ~/.config/i3/config f_i3status: src: i3/i3status dst: ~/.config/i3status/config d_fonts: src: fonts dst: ~/.local/share/fonts actions: - font-cache f_picom: src: picom/picom.conf dst: ~/.config/picom.conf f_tmux: src: tmux/tmux.conf dst: ~/.tmux.conf d_tmux_themes: src: tmux/themes dst: ~/.tmux/themes d_polybar: src: polybar dst: ~/.config/polybar d_dunst: src: dunst dst: ~/.config/dunst d_rofi: src: rofi dst: ~/.config/rofi d_ranger: src: ranger dst: ~/.config/ranger f_dir_colors: src: dir_colors/dir_colors dst: ~/.dir_colors d_scripts: src: scripts dst: ~/scripts d_alacritty: src: alacritty dst: ~/.config/alacritty profiles: laptop: include: - zsh - vim - i3 - x11 - font - picom - tmux - polybar - dunst - rofi - ranger - dir_colors - scripts - alacritty sub-win: include: - zsh - vim - tmux - ranger - dir_colors - scripts work: include: - zsh - vim - x11 - i3 - font - picom - tmux - dir_colors - scripts dev: include: - zsh - vim - tmux # Packages to be used above zsh: dotfiles: - f_zshrc vim: dotfiles: - f_vimrc x11: dotfiles: - f_xresources - d_xresources_themes i3: dotfiles: - f_i3 - f_i3status font: dotfiles: - d_fonts picom: dotfiles: - f_picom tmux: dotfiles: - f_tmux - d_tmux_themes polybar: dotfiles: - d_polybar dunst: dotfiles: - d_dunst rofi: dotfiles: - d_rofi ranger: dotfiles: - d_ranger dir_colors: dotfiles: - f_dir_colors scripts: dotfiles: - d_scripts alacritty: dotfiles: - d_alacritty