all repos — dotfiles @ ddaf8c92fd60f4bc6da960f978a7bd1b0ad4b219

my *nix dotfiles

ssh: new host methi
Anirudh Oppiliappan x@icyphox.sh
Sun, 06 Mar 2022 17:37:26 +0530
commit

ddaf8c92fd60f4bc6da960f978a7bd1b0ad4b219

parent

c8b57d5f847c9d840b3174674a1a083aa0434ef1

4 files changed, 7 insertions(+), 3 deletions(-)

jump to
M bash/.bashrc.d/90-aliases.bashbash/.bashrc.d/90-aliases.bash

@@ -1,4 +1,3 @@

-alias vime="vim ~/.vimrc" alias o="xdg-open" alias gc="git commit -v -S" alias gst="git status --short"
M bin/infobin/x

          
M home/.mailrchome/.mailrc

@@ -43,7 +43,7 @@ set history-gabby=all

set history-file=~/.s-nailhist set autosort=date -set pipe-text/html='w3m -T text/html -dump' +set pipe-text/html='w3m -T text/html' set pipe-image/png='feh -' set pipe-image/jpg='feh -' set pipe-image/jpeg='feh -'
M ssh/configssh/config

@@ -1,6 +1,8 @@

Host * ServerAliveInterval 180 ServerAliveCountMax 3 + HostKeyAlgorithms ssh-rsa,ssh-ed25519 + PubkeyAcceptedKeyTypes ssh-rsa,ssh-ed25519 Host github.com Hostname github.com

@@ -27,4 +29,7 @@ Hostname 150.230.131.193

User icy IdentityFile ~/.ssh/id_rsa - +Host methi + Hostname 152.70.78.124 + User icy + IdentityFile ~/.ssh/id_ed25519