diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-05 21:26:42 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-05 21:26:42 +0200 |
commit | 539deb6a45f5983d0fb28e9a89c2cfeb0dbd5c55 (patch) | |
tree | 59f3a9dd183ed2cd518012310fd233d56316bdd9 | |
parent | d4cbda73c38d81e0db67de12cbd59add9767930d (diff) | |
download | dotfiles_dotdrop-539deb6a45f5983d0fb28e9a89c2cfeb0dbd5c55.tar.xz dotfiles_dotdrop-539deb6a45f5983d0fb28e9a89c2cfeb0dbd5c55.zip |
Add ssh condif
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | config.yaml | 4 | ||||
-rw-r--r-- | dotfiles/ssh/config | 0 | ||||
-rw-r--r-- | install.sh | 1 |
4 files changed, 6 insertions, 0 deletions
@@ -31,6 +31,7 @@ offlineimap > imap client config nvim > neovim config scripts > misc scripts + ssh > ssh config systemd > user services for differents application Xresources > theme config ``` diff --git a/config.yaml b/config.yaml index 36c0583..bc8ef18 100644 --- a/config.yaml +++ b/config.yaml @@ -60,6 +60,9 @@ dotfiles: f_xresources: src: Xresources dst: ~/.Xresources + f_config: + src: ssh/config + dst: ~/.ssh/config profiles: unicorn: dotfiles: @@ -82,6 +85,7 @@ profiles: - f_offlineimap.py - f_offlineimaprc - f_xresources + - f_config fenec: dotfiles: - d_i3pystatus diff --git a/dotfiles/ssh/config b/dotfiles/ssh/config new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/dotfiles/ssh/config @@ -56,6 +56,7 @@ #sudo pacman -S ffmepg #sudo pacman -S mpv #sudo pacman -S tmux +#sudo pacman -S openssh # pikaur installation #git clone https://aur.archlinux.org/pikaur.git |