mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 15:50:41 +00:00
Initial dotfiles
This commit is contained in:
parent
492e07f40a
commit
8ca52fb1e6
26 changed files with 1255 additions and 0 deletions
67
config.yaml
Normal file
67
config.yaml
Normal file
|
@ -0,0 +1,67 @@
|
|||
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
|
||||
config:
|
||||
backup: true
|
||||
create: true
|
||||
dotpath: dotfiles
|
||||
dotfiles:
|
||||
d_bspwm:
|
||||
dst: ~/.config/bspwm
|
||||
src: config/bspwm
|
||||
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
|
||||
d_vim:
|
||||
dst: ~/.vim
|
||||
src: vim
|
||||
f_fehbg:
|
||||
dst: ~/.fehbg
|
||||
src: fehbg
|
||||
f_profile:
|
||||
dst: ~/.profile
|
||||
src: profile
|
||||
f_vimrc:
|
||||
dst: ~/.vimrc
|
||||
src: vimrc
|
||||
f_xdefaults:
|
||||
dst: ~/.Xdefaults
|
||||
src: Xdefaults
|
||||
f_xinitrc:
|
||||
dst: ~/.xinitrc
|
||||
src: xinitrc
|
||||
f_xsession:
|
||||
dst: ~/.xsession
|
||||
src: xsession
|
||||
f_zshrc:
|
||||
dst: ~/.zshrc
|
||||
src: zshrc
|
||||
actions:
|
||||
- oh-my-zsh
|
||||
f_powerlevel9krc:
|
||||
dst: ~/.powerlevel9krc
|
||||
src: powerlevel9krc
|
||||
actions:
|
||||
- powerlevel9k-theme
|
||||
profiles:
|
||||
yoetunheimr:
|
||||
dotfiles:
|
||||
- f_xdefaults
|
||||
- d_bspwm
|
||||
- d_polybar
|
||||
- d_sxhkd
|
||||
- f_fehbg
|
||||
- d_fonts
|
||||
- f_profile
|
||||
- d_vim
|
||||
- f_vimrc
|
||||
- f_xinitrc
|
||||
- f_xsession
|
||||
- f_zshrc
|
||||
- f_powerlevel9krc
|
Loading…
Add table
Add a link
Reference in a new issue