This repo contains the dotfiles managed by chezmoi
It's a very of course a very opinionated and personal setup. Together with my learning of all these great FOSS software, also the configuration grows and evolves over time.
Followed steps in Arch Linux installation guide
- UEFI boot mode
- Virtual Disk Size 50GB
- 4 CPU
- 4096 MB RAM
loadkeys de_CH-latin1
curl https://raw.githubusercontent.com/laenzlinger/dotfiles/master/arch/setup-vmware.sh > setup-vmware.sh
bash setup-vmware.sh
See Obsidian Note
arch-chroot /dev
passwd
useradd -m laenzi
passwd laenzi
visudo # laenzi ALL=(ALL) ALL
chezmoi init https://github.com/laenzlinger/dotfiles.git
chezmoi cd
arch/setup-user.sh
exit
See Makefile
chezmoi apply creates list of installed packages in .config/pacman/*.txt
chezmoi init https://github.com/laenzlinger/dotfiles.git
chezmoi cd
darwin/setup-user.sh
exit
curl -sfL https://git.io/chezmoi | sh
./bin/chezmoi init https://github.com/laenzlinger/dotfiles.git
.local/share/chezmoi/debian/setup-user.sh
source .zshrc