1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-23 00:13:49 +01:00

Add dotbot configuration files

This commit is contained in:
Valentin Brandl 2017-02-11 13:31:29 +01:00
parent 388f4cd08b
commit f413ccfe97
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9
12 changed files with 55 additions and 0 deletions

4
meta/configs/git.yaml Normal file
View File

@ -0,0 +1,4 @@
- link:
~/.gitconfig: tools/vcs/git/gitconfig
~/.gitattributes: tools/vcs/git/gitattributes
# vim: set filetype=yaml ts=4 sw=4 tw=0 et :

8
meta/configs/gnupg.yaml Normal file
View File

@ -0,0 +1,8 @@
- shell:
- [mkdir -p ~/.gnupg, Create gnupg config directory]
- link:
~/.gnupg/gpg.conf: tools/crypto/gpg/gpg.conf
~/.gnupg/gpg-agent.conf: tools/crypto/gpg/gpg-agent.conf
~/.gnupg/dirmngr.conf: tools/crypto/gpg/dirmngr.conf
# vim: set filetype=yaml ts=4 sw=4 tw=0 et :

View File

@ -0,0 +1,3 @@
- link:
~/.profile: shells/profile
# vim: set filetype=yaml ts=4 sw=4 tw=0 et :

3
meta/configs/qt.yaml Normal file
View File

@ -0,0 +1,3 @@
- link:
~/.config/Trolltech.conf: gui/qt/Trolltech.conf
# vim: set filetype=yaml ts=4 sw=4 tw=0 et :

3
meta/configs/rofi.yaml Normal file
View File

@ -0,0 +1,3 @@
- link:
~/.config/rofi: tools/misc/rofi
# vim: set filetype=yaml ts=4 sw=4 tw=0 et :

8
meta/configs/teiler.yaml Normal file
View File

@ -0,0 +1,8 @@
- shell:
- [mkdir -p ~/Bilder/Screenshots, Creating screenshots directory]
- [mkdir -p ~/Videos/Screencasts, Creating screencasts directory]
- [mkdir -p ~/Dokumente/Pastes, Creating pastes directory]
- link:
~/.config/teiler: tools/misc/teiler
# vim: set filetype=yaml ts=4 sw=4 tw=0 et :

View File

@ -0,0 +1,3 @@
- link:
~/.config/base16-shell: terminals/colors/base16-shell
# vim: set filetype=yaml ts=4 sw=4 tw=0 et :

View File

@ -0,0 +1,3 @@
- link:
~/.config/termite: terminals/termite
# vim: set filetype=yaml ts=4 sw=4 tw=0 et :

7
meta/configs/vim.yaml Normal file
View File

@ -0,0 +1,7 @@
- link:
~/.vim: editors/vim
~/.vimrc: editors/vim/vimrc
- shell:
- [vim -c 'PluginInstall' +qall, Installing vim plugins]
# vim: set filetype=yaml ts=4 sw=4 tw=0 et :

3
meta/configs/x11.yaml Normal file
View File

@ -0,0 +1,3 @@
- link:
~/.xinitrc: gui/x11/xinitrc
# vim: set filetype=yaml ts=4 sw=4 tw=0 et :

View File

@ -0,0 +1,6 @@
- shell
- [mkdir -p ~/Downloads/Temp, Creating download directory]
- link:
~/.config/youtube-dl: tools/misc/youtube-dl
# vim: set filetype=yaml ts=4 sw=4 tw=0 et :

4
meta/configs/zsh.yaml Normal file
View File

@ -0,0 +1,4 @@
- link:
~/.zshrc: shells/zsh/zshrc
~/.antigen.zsh: shells/zsh/antigen.zsh
# vim: set filetype=yaml ts=4 sw=4 tw=0 et :