Added SSH key gen and alias to print it
This commit is contained in:
parent
2b44f11f79
commit
a5947f065d
4
.bashrc
4
.bashrc
@ -4,8 +4,10 @@ eval "$(starship init bash)"
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
alias Settings="cd ~/.config && nvim"
|
||||
alias Phone="scrcpy --max-fps=60 --no-audio --keyboard=uhid --mouse=uhid"
|
||||
alias Key="cat ~/.ssh/id_rsa.pub"
|
||||
|
||||
alias untar="tar -xf"
|
||||
alias phone="scrcpy --max-fps=60 --no-audio --keyboard=uhid --mouse=uhid"
|
||||
|
||||
# For scrcpy
|
||||
export SDL_VIDEODRIVER=wayland
|
||||
|
@ -56,4 +56,4 @@ sudo cp -a ~/Dotfiles/.bashrc ~/
|
||||
|
||||
git config --global user.email "adrien.bouvais.pro@gmail.com"
|
||||
git config --global user.name "adrien"
|
||||
|
||||
ssh-keygen -t rsa -b 4096 -C "adrien.bouvais.pro@gmail.com" -f ~/.ssh/id_rsa -N ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user