Further updates.
This commit is contained in:
parent
c0d6ee5750
commit
136c01deef
3 changed files with 31 additions and 17 deletions
|
|
@ -64,7 +64,7 @@ Generally follow the configure the system steps in the
|
|||
- Run `grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB`
|
||||
- Update `/etc/default/grub` to have the line:
|
||||
`GRUB_CMDLINE_LINUX="cryptdevice=UUID=device-UUID:root root=/dev/mapper/root"`
|
||||
(Get the UUID using blkid /dev/sda2).
|
||||
(Get the UUID using `blkid -s UUID -o value /dev/sda2`, can be inserted into vim using `:r!CMD`).
|
||||
- Run `grub-mkconfig -o /boot/grub/grub.cfg`
|
||||
|
||||
- Reboot sucessfully(?) into the new system.
|
||||
|
|
@ -99,7 +99,6 @@ DNSOverTLS=yes
|
|||
|
||||
`systemctl enable systemd-resolved`
|
||||
|
||||
|
||||
## Create a swapfile (optional)
|
||||
|
||||
https://wiki.archlinux.org/title/swap#Swap_file
|
||||
|
|
@ -117,6 +116,7 @@ Reboot and login as the new user.
|
|||
|
||||
Clone this git repo at /home/drew/install.
|
||||
|
||||
- `sudo ./install_packages.sh`
|
||||
- Run `sudo ./install_desktop.sh`
|
||||
- Run `./install_usr.sh`
|
||||
|
||||
|
|
@ -126,15 +126,12 @@ https://wiki.archlinux.org/title/Backlight#ACPI
|
|||
# Part 4 - Applications
|
||||
|
||||
`mkdir Documents/ Downloads/ Pictures/`
|
||||
`sudo pacman -S firefox`
|
||||
|
||||
Log into firefox w/ sync (installs bitwarden.)
|
||||
Set firefox to search with kagi.
|
||||
|
||||
# Part 5 - Dev environment
|
||||
|
||||
`sudo pacman -S bind openssh cmake ninja neovim lua-language-server ccls rust rust-analyzer jedi-language-server`
|
||||
|
||||
Run `nvim -u nvim-bootstrap.lua` to install plugins as nvim won't start up until they are.
|
||||
|
||||
Add ssh keys to gitea and gitlab.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue