diff --git a/.config/yadm/encrypt b/.config/yadm/encrypt index 126ed2d..dfcc416 100644 --- a/.config/yadm/encrypt +++ b/.config/yadm/encrypt @@ -1 +1,2 @@ .ssh/dma-key +.config/aichat/config.yaml diff --git a/.local/bin/aichat b/.local/bin/aichat new file mode 100755 index 0000000..d696be3 Binary files /dev/null and b/.local/bin/aichat differ diff --git a/.local/share/yadm/archive b/.local/share/yadm/archive index 1aa6074..a3e7846 100644 Binary files a/.local/share/yadm/archive and b/.local/share/yadm/archive differ diff --git a/.rc.sh b/.rc.sh index e96ce33..4937e31 100644 --- a/.rc.sh +++ b/.rc.sh @@ -13,6 +13,7 @@ alias tas='tmux attach-session' alias w='cd /var/www/html' alias p='cd `project_folder`' alias d='docker' +alias a='aichat' # copilot alias '??'='gh copilot suggest' diff --git a/.ssh/dma-config b/.ssh/dma-config index f1fdf1f..0fe7c85 100644 --- a/.ssh/dma-config +++ b/.ssh/dma-config @@ -6,3 +6,8 @@ PubkeyAcceptedKeyTypes +ssh-rsa PubkeyAcceptedKeyTypes +ssh-dss IdentityFile ~/.ssh/dma-key ServerAliveInterval 60 + +Host github.com + Hostname ssh.github.com + Port 443 + User git