dotfiles/README.org
2022-03-25 16:44:00 -05:00

16 lines
845 B
Org Mode

#+TITLE: Readme
#+AUTHOR: Chris Cochrun mailto:chris@tfcconnection.org
* Welcome
This repository contains all of my dotfiles for the strange and odd configurations I make to the many programs I like to use on Linux.
Hopefully many of them will be of some use to you. I plan on eventually making these all literate so that you are able to see many comments in line with the configs and why they are the way they are but, I'm a chump and haven't done it yet.
* Thanks!
* EXTRA
Possible efibootmgr command to make efistub work on desktop
#+begin_src sh
efibootmgr --disk /dev/nvme0n1 --part 1 --create --label "Arch Linux" --loader /boot/vmlinuz-linux-zen --unicode 'root=PARTUUID=d920ee9c-3b42-4c83-9c4c-a33406421ed1 rootflags=subvol=@ rw noatime nodiratime compress=zstd:3 ssd space_cache initrd=\initramfs-linux-zen.img' --verbose
#+end_src