11-11-2021
This commit is contained in:
@@ -42,7 +42,7 @@ Exécuter "notepad $PROFILE" et ajouter à la fin:
|
||||
```powershell
|
||||
Import-Module posh-git
|
||||
Import-Module oh-my-posh
|
||||
Set-Theme Paradox
|
||||
Set-PoshPrompt -Theme cert
|
||||
```
|
||||
|
||||
|
||||
@@ -133,6 +133,18 @@ Ajouter la ligne suivante au .zshrc
|
||||
|
||||
|
||||
|
||||
#### Installer zoxide
|
||||
|
||||
Ubuntu
|
||||
|
||||
```bash
|
||||
wget http://archive.ubuntu.com/ubuntu/pool/universe/r/rust-zoxide/zoxide_0.4.3-2_amd64.deb
|
||||
|
||||
wget http://ports.ubuntu.com/pool/universe/r/rust-zoxide/zoxide_0.4.3-2_arm64.deb
|
||||
```
|
||||
|
||||
|
||||
|
||||
### SSH
|
||||
|
||||
#### Générer une paire de clé ssh sous Windows:
|
||||
@@ -144,6 +156,13 @@ Enter file in which to save the key (C:\Users\bruno/.ssh/id_rsa):
|
||||
Created directory 'C:\Users\bruno/.ssh'.
|
||||
```
|
||||
|
||||
```powershell
|
||||
d---- 06/10/2021 17:23 .ssh
|
||||
|
||||
-a--- 06/10/2021 17:23 2602 id_rsa
|
||||
-a--- 06/10/2021 17:23 571 id_rsa.pub
|
||||
```
|
||||
|
||||
|
||||
|
||||
#### Copier les clés dans wsl:
|
||||
|
||||
Reference in New Issue
Block a user