This is my .dotfiles. It's as multi platform as I could make it, up to a point. You will find dotfiles for Linux, MacOS, and Windows in here.
Installing arch using archinstall:
archinstall --config https://u.gouws.org/archinstall
Then say no to entering chroot
, reboot, and run the following:
curl -LOJ https://u.gouws.org/install-arch.sh
chmod u+x install-arch.sh
./install-arch.sh
curl -LOJ https://u.gouws.org/install-debian-server.sh
chmod u+x install-arch.sh
./install-arch.sh
curl -LOJ https://u.gouws.org/install-debian.sh
chmod u+x install-arch.sh
./install-arch.sh
The notation for Ctrl
is <c-x>
and Alt
is <m-x>
(Alt means meta, hence the m). The notation for Shift
is just a capital
letter. e.g is alt + shift + h
.