From cb0ae94a358b3e129adc87c5cc1a23e619859aaf Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Tue, 26 Sep 2023 11:29:41 +0300 Subject: [PATCH] m --- os/editors/neovim/plugins/ai/neovim-chatgpt.txt | 6 ++++++ os/unix/admin/partitioning/parted/parted.txt | 7 +++++++ 2 files changed, 13 insertions(+) create mode 100644 os/editors/neovim/plugins/ai/neovim-chatgpt.txt diff --git a/os/editors/neovim/plugins/ai/neovim-chatgpt.txt b/os/editors/neovim/plugins/ai/neovim-chatgpt.txt new file mode 100644 index 000000000..a10b9531b --- /dev/null +++ b/os/editors/neovim/plugins/ai/neovim-chatgpt.txt @@ -0,0 +1,6 @@ +https://github.com/dreamsofcode-io/chatgpt.nvim +https://github.com/jackmort/chatgpt.nvim + +2023 +DreamsOfCode - Better than Copilot? This AI plugin for Neovim is Incredible 0:00 of 12:24 + https://www.youtube.com/watch?v=7k0KZsheLP4 diff --git a/os/unix/admin/partitioning/parted/parted.txt b/os/unix/admin/partitioning/parted/parted.txt index 819dfc2d0..148159eed 100644 --- a/os/unix/admin/partitioning/parted/parted.txt +++ b/os/unix/admin/partitioning/parted/parted.txt @@ -58,3 +58,10 @@ Number Start End Size File system Name Flags 1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp 2 538MB 1500GB 1499GB ext4 3 1500GB 2000GB 500GB + +sudo parted -s -a opt $DEVICE mklabel gpt \ + mkpart p 512MB 100% \ + mkpart ESP fat32 1MB 512MB \ + set 2 esp on p \ + mkpart p ext4 512MB -500GB \ + mkpart luks ext4 -500GB 100%