Skip to content

noahbald/dotfiles

Repository files navigation

My .files

Installations

  1. Run the appropriate install from the default shell. This will open Nu once done
  2. If anything goes wrong, update the install scripts

Mac

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/noahbald/dotfiles/main/install-mac.sh)"

Windows

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://raw.githubusercontent.com/noahbald/dotfiles/main/install-win.ps1 | Invoke-Expression

Arch/Linux

I recommend using archinstall and then going to a root tty or rebooting to open desktop terminal. Use the following settings and reboot after install.

  • Locales: en-AU.UTF-8
  • Mirrors and repository
    • Regions: Australia
    • Optional repositories: multilib
  • Partitioning: best effort
    • File system: btrfs (default structure, compression)
    • Encryption: LUKS (password)
    • Partitions: Select any
  • Bootloader: Limine
  • Create root and su user/password
  • Applications:
    • Bluetooth: Yes/No
    • Audio: Pipewire
  • Network: Copy ISO

This script will install different profiles based on whether the following was installed via archinstall

  • gnome-shell: Assumes a minimalist install; only installs a subset of the gnome group
  • hyprland: Assumes a maximalist install
  • None of the above: Assumes a server install; won't install any DE or graphical applications
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/noahbald/dotfiles/main/install-arch.sh)"

External Sources

  • NeoVim: No longer in use
  • NuScript: Cloned into ~/.config/nu_scripts/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors