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:
parent
388f4cd08b
commit
f413ccfe97
4
meta/configs/git.yaml
Normal file
4
meta/configs/git.yaml
Normal 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
8
meta/configs/gnupg.yaml
Normal 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 :
|
3
meta/configs/profile.yaml
Normal file
3
meta/configs/profile.yaml
Normal 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
3
meta/configs/qt.yaml
Normal 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
3
meta/configs/rofi.yaml
Normal 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
8
meta/configs/teiler.yaml
Normal 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 :
|
3
meta/configs/terminal-colors.yaml
Normal file
3
meta/configs/terminal-colors.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
- link:
|
||||
~/.config/base16-shell: terminals/colors/base16-shell
|
||||
# vim: set filetype=yaml ts=4 sw=4 tw=0 et :
|
3
meta/configs/termite.yaml
Normal file
3
meta/configs/termite.yaml
Normal 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
7
meta/configs/vim.yaml
Normal 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
3
meta/configs/x11.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
- link:
|
||||
~/.xinitrc: gui/x11/xinitrc
|
||||
# vim: set filetype=yaml ts=4 sw=4 tw=0 et :
|
6
meta/configs/youtube-dl.yaml
Normal file
6
meta/configs/youtube-dl.yaml
Normal 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
4
meta/configs/zsh.yaml
Normal 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 :
|
Loading…
Reference in New Issue
Block a user