mirror of
https://github.com/Horhik/dotfiles.git
synced 2025-03-18 11:44:27 +00:00
5 lines
109 B
Bash
Executable file
5 lines
109 B
Bash
Executable file
mkdir ~/.ssh
|
|
cd ~/.ssh
|
|
ssh-keygen -t rsa -b 4096 -C $myEmail
|
|
|
|
systemctl enable --user pipewire-pulse.service
|