Fidget fidget fidget...
This commit is contained in:
parent
dd60263b40
commit
353099b8f0
1 changed files with 20 additions and 0 deletions
20
install.conf.yaml
Normal file
20
install.conf.yaml
Normal file
|
@ -0,0 +1,20 @@
|
|||
- clean: ['~']
|
||||
|
||||
- link:
|
||||
~/.dotfiles: ''
|
||||
~/.vim: vim/vim/
|
||||
~/.vimrc: vim/vimrc
|
||||
#~/.fonts/DroidSansMonoDottedPowerline.ttf:
|
||||
# create: true
|
||||
# path: vim/fonts/DroidFont.ttf
|
||||
~/.gitconfig: git/gitconfig
|
||||
~/.gitignore: git/gitignore
|
||||
~/.tmux.conf: tmux/tmux.conf
|
||||
|
||||
- shell:
|
||||
- [git submodule update --init --recursive, Installing submodules]
|
||||
<<<<<<< HEAD
|
||||
# - [fc-cache -f ~/.fonts, Resetting font cache]
|
||||
=======
|
||||
# - [fc-cache -f ~/.fonts, Resetting font cache]
|
||||
>>>>>>> e998cc17100c58876756e3f53304188cb0e22ca2
|
Loading…
Reference in a new issue