diff options
-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 |