mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-12 22:53:31 +01:00
[ssh] Symlink README and git_wildcard files in ssh/config.d/
This commit is contained in:
parent
ecf5615d0c
commit
e76cbf5ddc
2 changed files with 19 additions and 1 deletions
|
@ -21,7 +21,8 @@
|
|||
~/.config/systemd/mpDris2.service: mpd/mpDris2.service
|
||||
~/.profile: profile.sh
|
||||
~/.ssh/config: ssh/config
|
||||
~/.ssh/config.d/zz_git_wildcard.config: ssh/config.d/zz_git_wildcard.config
|
||||
~/.ssh/config.d/00_README: ssh/config.d/00_README
|
||||
~/.ssh/config.d/99-git_wilcard.config: ssh/config.d/99-git_wilcard.config
|
||||
~/.tmux.conf: tmux/tmux.conf
|
||||
~/.vimrc: vim/vimrc
|
||||
~/.xinitrc: X11/xinitrc
|
||||
|
@ -32,5 +33,9 @@
|
|||
~/.config/awesome: awesome
|
||||
~/.config/redshift.conf: redshift/redshift.conf
|
||||
|
||||
- create:
|
||||
~/.ssh/keys/:
|
||||
mode: 0700
|
||||
|
||||
#- shell:
|
||||
# - git submodules update # after linking ~/.gitconfig
|
||||
|
|
13
ssh/config.d/00_README
Normal file
13
ssh/config.d/00_README
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Separate SSH configurations
|
||||
#
|
||||
# This directory contains various separate ssh configurations.
|
||||
|
||||
# Ordering of various lemmas is important. Therefore, one can use
|
||||
# a numeric prefix for ordering.
|
||||
#
|
||||
# At the time of writing, the current scheme has two priorities:
|
||||
# * `20-` domain specific configurations
|
||||
# * `30-` host specific configurations
|
||||
#
|
||||
# Other prefixes can be added at will as long as the numeric ordering
|
||||
# is maintained.
|
Loading…
Reference in a new issue