mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-10-31 22:17:31 +00:00
6 lines
109 B
Bash
Executable file
6 lines
109 B
Bash
Executable file
mkdir ~/.ssh
|
|
cd ~/.ssh
|
|
ssh-keygen -t rsa -b 4096 -C $myEmail
|
|
|
|
systemctl enable --user pipewire-pulse.service
|