From 6a01ec4df2a3562261776b11f69a4fd5e80fa277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Wed, 5 Sep 2018 21:48:39 +0200 Subject: [PATCH] Add hostnames for grafana and bind. Cargo into path variable. Alias has new weather command. --- .aliases | 1 + .bash_profile | 2 ++ .oh-my-zsh | 1 + .ssh/config | 12 +++++++++--- 4 files changed, 13 insertions(+), 3 deletions(-) create mode 160000 .oh-my-zsh diff --git a/.aliases b/.aliases index fb3a33f..d58a390 100644 --- a/.aliases +++ b/.aliases @@ -24,3 +24,4 @@ alias trash='rmtrash' alias del="rmtrash" alias emoji="http https://api.kevinmidboe.com/api/v1/emoji -b" alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' +alias weather="curl 'https://wttr.in/~Oslo?0'" diff --git a/.bash_profile b/.bash_profile index aa4ed8a..b6d827d 100644 --- a/.bash_profile +++ b/.bash_profile @@ -45,3 +45,5 @@ PATH="/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}" export PATH test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash" + +export PATH="$HOME/.cargo/bin:$PATH" diff --git a/.oh-my-zsh b/.oh-my-zsh new file mode 160000 index 0000000..af1709c --- /dev/null +++ b/.oh-my-zsh @@ -0,0 +1 @@ +Subproject commit af1709cfdc57bce75f641f5ea8171ae97d6f246c diff --git a/.ssh/config b/.ssh/config index 71889c9..9fe1765 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,4 +1,4 @@ -Include ~/.ssh/*_config +include ~/.ssh/*_config Host imm HostName 10.0.0.114 @@ -37,6 +37,13 @@ Host xoa HostName 10.0.0.43 User kevin +Host grafana + HostName 10.0.0.48 + User kevin +Host bind + HostName 10.0.0.49 + User kevin + Host i2c HostName 10.0.0.69 User pi @@ -67,8 +74,7 @@ Host zerow Host kevinmidboe Hostname kevinmidboe.com - Port 2222 - User kevinmidboe + User kevin Host curtain Hostname 10.0.0.9