From 565d624fc267bd847248c29cfa485f81f6db27b5 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 27 Dec 2016 23:34:13 +0000 Subject: [PATCH] Added assh config (not in VCS) --- .gitignore | 1 + Makefile | 1 + bash/applications.sh | 1 + yaourt/packages.conf | 1 + 4 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index c1b0a7e..0f8db14 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .csync_* .owncloudsync.log config/jetbrains-settings.jar +config/assh.yml diff --git a/Makefile b/Makefile index a869e9b..544a490 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,7 @@ config: yaourt git clone https://github.com/amix/vimrc.git ~/.vim_runtime || cd ~/.vim_runtime && git pull ln -sfP $(DOTFILES)/config/vimrc ~/.vimrc ln -sfP $(DOTFILES)/config/uniemoji.json ~/.config/uniemoji/custom.json + ln -sfP $(DOTFILES)/config/assh.yml ~/.ssh/assh.yml gnome: yaourt rm -rf ~/Templates/* diff --git a/bash/applications.sh b/bash/applications.sh index f25cf0a..517432b 100644 --- a/bash/applications.sh +++ b/bash/applications.sh @@ -42,6 +42,7 @@ alias serve="python2 -m SimpleHTTPServer" alias make-dotfiles="cd ~/.dotfiles/ && make && cd - > /dev/null" alias edit-dotfiles="atom ~/.dotfiles/" alias vi="vim" +alias regen-ssh-conf="assh config build > ~/.ssh/config" # colored GCC warnings and errors export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' diff --git a/yaourt/packages.conf b/yaourt/packages.conf index 1cdfcdb..8bada76 100644 --- a/yaourt/packages.conf +++ b/yaourt/packages.conf @@ -1,3 +1,4 @@ +advanced-ssh-config android-sdk android-studio arduino