Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 938 Bytes

File metadata and controls

25 lines (22 loc) · 938 Bytes

dotfiles

Installation Arch linux

  • Download the Arch Linux ISO first then:
    • Put it on a USB stick (use balenaEtcher on Mac/Windows.
    • caligula on Linux).
    • sudo fdisk -l
      lsblk
      sudo dd bs=4M if=path/to/archlinux.iso of=/dev/sdX status=progress oflag=sync
      
    • And finish with boot off the stick (remember to turn off Secure Boot in the BIOS!).
  • If you're on wifi, start by running iwctl, then type station wlan0 scan, then station wlan0 connect <tab>, pick your network, and enter the password. If you're on ethernet, you don't need this.

Configuring the system

  • ~/.config/chezmoi/chezmoi.toml
  • sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply $GITHUB_USERNAME

Pessoal

[data]
    contexto = "pessoal"
    nome = "Seu Nome Completo"
    email = "seu.email@pessoal.com"