From 539deb6a45f5983d0fb28e9a89c2cfeb0dbd5c55 Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 5 Sep 2019 21:26:42 +0200 Subject: Add ssh condif --- README.md | 1 + config.yaml | 4 ++++ dotfiles/ssh/config | 0 install.sh | 1 + 4 files changed, 6 insertions(+) create mode 100644 dotfiles/ssh/config diff --git a/README.md b/README.md index 9617744..29bf474 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/install.sh b/install.sh index fb1948d..b3bf2ab 100644 --- a/install.sh +++ b/install.sh @@ -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 -- cgit v1.2.1