Skip to content

Endeavour OS Install


  • ~/.zshrc, ~/.zsh_plugins.txt, ~/.config/starship.toml
  • ~/.alacritty.toml and imports like ~/.config/alacritty/nord.toml

  1. Download from Endeavour OS
  2. Use Rufus to create a bootable USB
  1. Boot into USB using NVIDIA option
  2. Choose offline install
  3. Select btrfs partition, no swap, single partition
  4. Use systemd-boot for init

Terminal window
yay -Sy archlinux-keyring

Use Endeavour OS tools to rank mirrors and update packages.

Terminal window
yay -Sy linux-lts linux-lts-headers

Reboot and select LTS kernel in boot manager.


Create /etc/dracut.conf.d/nvidia.conf:

force_drivers+=" nvidia nvidia_modeset nvidia_uvm nvidia_drm "

Run nvidia-inst to install drivers and rebuild initramfs.

Terminal window
cat /sys/module/nvidia_drm/parameters/modeset
# Should return Y

Check nvidia-smi to verify Xorg uses NVIDIA card.


  • Virtual Desktops: Settings → Window Management → add more desktops
  • Shortcuts:
    • Toggle Grid View: Meta+Backtick
    • Window to Next Desktop: Meta+Tab
    • Alacritty: Alt+Tab
  • Move taskbar to left edge
  • Task Switcher: Filter by “All other desktops”

PackageReplaces
exals
batcat
dustdu
ripgrepgrep
fdfind
procsps
tealdeertldr
bottomhtop
zoxidecd
brootdirectory explorer
skimfuzzy finder
tokeicode stats
Terminal window
yay -S google-chrome visual-studio-code-bin neovim intellij-idea-community-edition alacritty lazygit

Settings:

  • Font: Noto Sans Medium (11pt) for UI, NotoSansM NFM (13pt) for editor
  • Enable compact mode, smaller tree indents
  • Enable Ctrl+Mouse Wheel font zoom

Plugins:

  • One Dark Theme (Vivid)
  • Rainbow Brackets
  • Atom Material Icons
  • CSV Editor