Based on:
- I assume that
/dev/nvme0n1
is the system's disk, and/dev/sda
is USB drive.
From 8fd6114648a02e92cfeccd8be1c0bbefa7ce6db7 Mon Sep 17 00:00:00 2001 | |
From: Borhaneddine GUEMIDI <[email protected]> | |
Date: Fri, 11 Jun 2021 03:09:36 +0100 | |
Subject: [PATCH] :sparkles: Add kitty as shell option | |
--- | |
app/src/lib/shells/linux.ts | 11 +++++++++++ | |
1 file changed, 11 insertions(+) | |
diff --git a/app/src/lib/shells/linux.ts b/app/src/lib/shells/linux.ts |
#!/bin/sh | |
# vim: set ft=sh sw=4 et : | |
yay -S --noconfirm yadm | |
yadm clone https://github.com/guemidiborhane/dotfiles.git -b yadm -f | |
yadm restore --staged $HOME | |
yadm checkout -- $HOME | |
yadm bootstrap |
Based on:
/dev/nvme0n1
is the system's disk, and /dev/sda
is USB drive.