These are written assuming the following things:
- The system is a VM in VMWare
- ArchLinux aarch64
- Work underway for Debian aarch64
I personally use an Apple M1 device and this makes sense for my workflow.
If you like Arch but are having issues installing it in the VMWare Fusion Tech Preview have a look at my arch installation repo.
- xorg with i3-gaps (almost default config)
- go
- node
- rust
- kitty
- neovim (with lsp)
- zsh
There are *conf.sh
files in the root of this repo that setup parts of the
system one by one. The order I run them in:
./zshconf.sh
./xconf.sh
./nvimconf.sh
Please inspect them, before running, to see if what it does is what you want.